claudemem-orchestration
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of the
BashandTasktools to execute system commands, create session directories in/tmp, and launch parallel agent tasks. While these are intended for orchestration, they represent a significant capability tier. - [INDIRECT_PROMPT_INJECTION]: The skill creates an attack surface by ingesting results from codebase analysis (via
claudemem) and passing them to subsequent agents. - Ingestion points: Code analysis results are written to and read from files like
structure-map.md,test-gaps.md, anddead-code.mdinSKILL.md. - Boundary markers: The skill does not explicitly define delimiters or instructions to ignore malicious content embedded within the analyzed code output.
- Capability inventory: The skill has access to
Bash,Task(parallel agent execution), andWritecapabilities across its orchestration patterns. - Sanitization: There is no evidence of sanitization or filtering of the content retrieved from the codebase before it is interpolated into task prompts.
Audit Metadata