validate-counts
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs local repository consistency checks by counting subdirectories and files in the src/ directory. This is a common development workflow task and does not involve any dangerous operations.
- [SAFE]: No network communication or data exfiltration patterns were identified. The scripts count-all.sh and validate-counts.sh only perform read and grep operations on local project files.
- [SAFE]: The skill does not access sensitive information such as environment variables, SSH keys, or cloud provider credentials. It limits its scope to public project metadata and directory structures.
- [SAFE]: No obfuscation, prompt injection, or remote code execution vectors were found. The use of shell scripts is transparent and restricted to the repository root.
Audit Metadata