Prompt injection instructions
- Finding
- Prompt-injection style instruction pattern detected.
Security checks across static analysis, malware telemetry, and agentic risk
Prompt-injection indicators were detected in the submitted artifacts (system-prompt-override); human review is required before treating this skill as clean.
Install only if you are comfortable with your agent reading and updating local memory files across sessions. Keep the workspace private, avoid storing secrets, review persistent memory regularly, and verify the generated files exist before depending on the system. ClawScan detected prompt-injection indicators (system-prompt-override), so this skill requires review even though the model response was benign.
VirusTotal findings are pending for this skill version.
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Future sessions may rely on old or incorrect memory, and private profile or project details can persist in workspace files.
The skill intentionally makes persistent workspace files part of the agent's recurring context and instructions. If those files become stale, overly broad, or tampered with, they could steer future sessions.
Check HANDOFF.md — if it has content, read it first and follow it, then clear it ... Read MEMORY.md
Review HANDOFF.md, MEMORY.md, USER.md, and memory/owner files regularly; avoid storing secrets; and instruct the agent to treat memory as context to verify rather than unquestioned authority.
A user could overestimate the privacy boundary between direct sessions and group or channel sessions.
The wording presents strong isolation, while the artifacts show a file-and-instruction based approach rather than a technical enforcement boundary.
cross-channel isolation so group chats never contaminate private sessions
Treat channel isolation as an operating convention, not a guaranteed security control; do not place highly sensitive information in shared workspaces unless your agent framework enforces access boundaries.
The setup may be incomplete even though the documentation says one command creates the full structure.
The script references root template files that are not present in the supplied manifest, so the advertised setup may skip core files and rely on warnings.
TEMPLATE_FILES = [("AGENTS.md.template", "AGENTS.md"), ...]; if not template_path.exists(): print(f" WARNING: Template not found: {template_name}"); continueAfter running the script, verify that AGENTS.md, USER.md, MASTER_MAP.md, MEMORY.md, HEARTBEAT.md, and HANDOFF.md were actually created before relying on the memory workflow.