analyze-codebase
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard system utilities including
tree,find, andwcto perform structural discovery and file counting within the local codebase. These operations are restricted to information gathering as part of the analysis process. - [DATA_EXFILTRATION]: No network operations, API calls, or external data transmission mechanisms are present. The skill writes its final report to a local directory at
.agents/SYSTEM/CODEBASE-ANALYSIS.md. - [REMOTE_CODE_EXECUTION]: The skill does not download external scripts or install third-party dependencies at runtime. All logic is self-contained within the provided instructions.
- [PROMPT_INJECTION]: The instructions are strictly task-oriented for codebase auditing and do not contain patterns intended to bypass safety filters, extract system prompts, or override agent constraints.
Audit Metadata