repo-map
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
git rev-parse --show-toplevelandgit status --short. These are benign commands used for identifying repository boundaries and ensuring the workspace is in a valid state for documentation updates. - [SAFE]: The workflow involves reading local configuration manifests (e.g.,
package.json,Cargo.toml) and repository-specific guidance files (e.g.,AGENTS.md,CLAUDE.md). This ingestion of metadata is required for its stated purpose of building an architecture map and does not involve accessing sensitive user credentials or personal data. - [SAFE]: No obfuscation, network operations to untrusted domains, or remote code execution patterns were detected. The skill instructions prioritize preserving existing local changes and using the repository's own files as the authoritative source of truth.
Audit Metadata