investigate-codebase
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill suggests installing companion utilities using
npx skills add crissmoldovan/agent-skills. These resources are managed by the skill's author and represent official extensions. - [COMMAND_EXECUTION]: Analysis is performed using standard shell utilities, including
git grep,git ls-files, andwc, which are used to search and index files within the target repository. - [INDIRECT_PROMPT_INJECTION]: The skill inherently processes untrusted data from the codebase being investigated. It includes architectural safeguards such as agent isolation, 'independence' rules for children, and a formal evidence-reconciliation process to verify claims and mitigate the risk of untrusted content influencing the final result.
- Ingestion points: Reads arbitrary files from the repository checkout during search and walk phases.
- Boundary markers: Explicitly mandates 'withholding parent context from children' and establishing 'closure over boundaries' for reachability claims.
- Capability inventory: Uses
Read,Write,Grep,Glob, andBashtools to analyze the repository. - Sanitization: Relies on a multi-stage reconciliation table and adversarial review (in deep mode) to validate findings against source artifacts.
Audit Metadata