assess
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to execute a local metrics script (
./scripts/analyze-codebase.sh) during the complexity breakdown phase. This is an expected behavior for a code assessment tool. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to the way it processes external files from the codebase.
- Ingestion points: Data enters the agent context through the
Read,Grep, andGlobtools when evaluating the target specified in arguments. - Boundary markers: Sub-agent prompts include a
## Scope Constraintsection to limit file access, but they do not use specific delimiters or explicit 'ignore instructions' warnings to prevent the LLM from obeying commands embedded within the source code being analyzed. - Capability inventory: The skill possesses significant capabilities, including
Bashexecution,TaskCreatefor spawning sub-agents, and file system access viaReadandGrep. - Sanitization: There is no evidence of content sanitization or filtering of the ingested file data before it is passed to the analysis agents.
Audit Metadata