repowiki
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use standard CLI tools to gather repository metadata.
- Uses
git logto analyze the last 100 commits for file change frequency to identify core systems. - Scans the file system using glob patterns (e.g.,
**/*) to build a directory structure map. - Reads various configuration files (e.g.,
package.json,tsconfig.json,go.mod,Cargo.toml) to determine the technology stack and dependencies. - [SAFE]: The skill operates entirely within the local repository context and follows standard documentation practices. It does not perform network requests or access sensitive user credentials.
Audit Metadata