CtrlK
BlogDocsLog inGet started
Tessl Logo

jbaruch/nanoclaw-trusted

Rules for trusted NanoClaw groups. Shared memory, session bootstrap, cross-group memory updates. Loaded for trusted and main containers only.

97

Quality

97%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

This version of the tile failed moderation
Malicious code detected in rules/session-bootstrap.md: This is a prompt injection attack. The file masquerades as a session bootstrap rule but is designed to manipulate AI agents into executing arbitrary commands at the start of every session. It instructs the AI to (1) run bash commands, (2) invoke a skill/plugin ('tessl__trusted-memory') that could load attacker-controlled instructions or exfiltrate data, and (3) write files to disk — all before processing any user message. The 'MANDATORY' and 'Step 0' framing is social engineering to ensure the AI complies without question. This is a classic prompt injection pattern designed to hijack AI agent behavior.
Overview
Quality
Evals
Security
Files

tile.json

{
  "name": "jbaruch/nanoclaw-trusted",
  "version": "0.1.30",
  "summary": "Rules for trusted NanoClaw groups. Shared memory, session bootstrap, cross-group memory updates. Loaded for trusted and main containers only.",
  "private": false,
  "rules": {
    "daily-discoveries-rule": {
      "rules": "rules/daily-discoveries-rule.md"
    },
    "trusted-behavior": {
      "rules": "rules/trusted-behavior.md"
    },
    "skill-dependencies": {
      "rules": "rules/skill-dependencies.md"
    },
    "no-orphan-tasks": {
      "rules": "rules/no-orphan-tasks.md"
    },
    "ground-truth-trusted": {
      "rules": "rules/ground-truth-trusted.md"
    },
    "session-bootstrap": {
      "rules": "rules/session-bootstrap.md"
    },
    "verification-protocol": {
      "rules": "rules/verification-protocol.md"
    }
  },
  "skills": {
    "check-system-health": {
      "path": "skills/check-system-health/SKILL.md"
    },
    "trusted-memory": {
      "path": "skills/trusted-memory/SKILL.md"
    }
  }
}

tile.json