public-repo-guard
Pass
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
gitandnodeto perform local repository analysis. This is essential for identifying sensitive data in diffs and files. - [PERSISTENCE_MECHANISMS]: The
install-git-hook.mjsscript installs a git pre-commit hook in the repository's.git/hooksdirectory. This is a documented persistence mechanism used to automate the execution of security scans during the development workflow. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from the repository. Ingestion points: The
scan-sensitive.mjsscript reads file content and git diffs to identify secrets. Boundary markers: No specific delimiters or "ignore instructions" warnings are used around the scanned content in the output. Capability inventory: The skill maintains the ability to executegitandnodecommands to perform its analysis. Sanitization: Matches for credentials, tokens, and private keys are masked in the output to prevent accidental secondary exposure.
Audit Metadata