codebase-onboarding
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exposes a surface for indirect prompt injection (Category 8) because it ingests and processes untrusted codebase files. Ingestion points: Files are read from a user-provided repository path by
scripts/analyze.py. Boundary markers: The instructions mandate reading a structured JSON report and citing source files, which provides some structure but no hard isolation. Capability inventory: The skill has access toBash(python3:*),Bash(pip:*),Bash(git:*), andRead(defined inSKILL.md). Sanitization: There is no explicit sanitization of symbol names or file content extracted from the codebase before they are presented to the model. - [COMMAND_EXECUTION]: The
scripts/analyze.pyscript executes several external commands includinggit log,tokei, andsccviasubprocess.runto gather repository insights. These operations are performed with the agent's system permissions. - [EXTERNAL_DOWNLOADS]: The skill requires the installation of external Python libraries specified in
scripts/requirements.txt, includingtree-sitter,pathspec,networkx, andtomli.
Audit Metadata