doc-architecture-review
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data by reading documentation files (.md, .html) and passing the content to LLM sub-agents. Ingestion points: The bundled
scripts/link_graph.pyscript reads file content, and Phase 2 sub-agent prompts inSKILL.mdinclude content from landing pages and representative documents. Boundary markers: The prompt templates for the sub-agents (e.g., 'Findability narrative review') interpolate document content directly without clear delimiters or instructions to ignore embedded commands. Capability inventory: The orchestrator agent has access toBash,Read,Grep, andGlobtools. The bundledscripts/link_graph.pyscript executes shell commands viasubprocess. Sanitization: No sanitization or escaping of the ingested document content is performed before interpolation into sub-agent prompts. - [COMMAND_EXECUTION]: The bundled Python script
scripts/link_graph.pyusessubprocess.runto executegit rev-parse --show-toplevel. While this specific usage is benign and used to locate the project root, it represents a system-level interaction capability using the Python runtime.
Audit Metadata