architect-detective
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill analyzes external codebases and processes metadata such as symbol names, which creates a potential surface for indirect prompt injection if the analyzed code contains adversarial symbol names.
- Ingestion points: Codebase structure and symbol metadata are ingested into the agent context via the output of the
claudememcommand (SKILL.md). - Boundary markers: Absent. The skill does not employ specific delimiters or instruction-based guards to isolate data produced by the analysis tool from the agent's logic.
- Capability inventory: The skill leverages
Bashfor command execution and data processing, andReadfor file system access, which are exploitable if injected instructions are inadvertently followed. - Sanitization: Absent. The skill pipes raw output from the analysis tool directly into shell utilities like
awkandechowithout escaping or validating the content of symbol names or paths.
Audit Metadata