agent-readiness
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a template for a shell hook (
pretooluse-hook.py) and a corresponding test script (pretooluse-hook-test.py). The test script usessubprocess.run()to verify that the hook correctly intercepts and blocks dangerous commands such asrm -rf /or force pushes to the main branch. This is legitimate behavior for a security component's test suite. - [SAFE]: Static detectors flagged destructive system commands in
templates/artifacts/gates/pretooluse-hook.py. These commands are part of a defensive deny-list provided as a template for maintainers to harden their repositories against accidental agent actions. They are not intended for execution by the skill itself. - [PROMPT_INJECTION]: The
references/playbooks/instruction-surface.mdfile contains references to prompt injection patterns like 'ignore previous instructions'. These are documented as part of an adversarial lens used to audit other repositories for vulnerabilities and do not represent an attempt to subvert the safety of the analyzing agent. - [COMMAND_EXECUTION]: The skill includes
check-instruction-surface.sh, a utility script used to ensure that harness-specific instruction files (likeCLAUDE.md) remain correctly symlinked to the mainAGENTS.mdfile, preventing configuration drift.
Audit Metadata