find-code
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
grep,find,sed, andsortthrough a shell script (find.sh) to perform file and text searches. These are standard development tools and the script usesset -euo pipefailfor robust error handling. No arbitrary command injection via unvalidated arguments was detected as the script primarily constructs patterns for these specific binaries. - [DATA_EXFILTRATION]: The skill implements a robust
EXCLUDE_DIRSlist includingnode_modules,.git,.env, andvenvto prevent the agent from accidentally reading or exposing sensitive configuration, credentials, or version control metadata during broad searches. - [PROMPT_INJECTION]: The
SKILL.mdcontains strict operational instructions ('Never scan the repo with AI', 'Results cap at 50 lines') that act as internal guardrails. These instructions are designed to improve tool reliability and prevent hallucination rather than bypassing safety protocols. - [REMOTE_CODE_EXECUTION]: No external downloads or remote script executions were detected. All operations are local to the repository using the provided
find.shscript.
Audit Metadata