agent-context-isolation
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill provides documentation on architectural patterns to improve agent performance and context management. It does not contain any executable scripts or malicious instructions.
- [COMMAND_EXECUTION]: The rules recommend using standard CLI tools such as
ls,find,wc, andbun testto monitor agent progress and verify outputs via the filesystem. These commands are used for coordination and quality assurance purposes. - [PROMPT_INJECTION]: The file-based agent pipeline pattern (Rule 5) introduces a surface for indirect prompt injection, as agents are instructed to read files generated by previous agents in the chain.
- Ingestion points: Agents ingest data from files located in
.claude/cache/agents/(SKILL.md). - Boundary markers: The instructions do not specify the use of delimiters or 'ignore' markers when reading these files.
- Capability inventory: The skill outlines capabilities for file system access via
Bashand the creation of sub-tasks viaTask(SKILL.md). - Sanitization: There are no documented sanitization or validation steps for the content of the intermediate files before they are processed by downstream agents.
Audit Metadata