implicit-token-savings
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions promote the use of efficient, high-signal commands (e.g.,
git status --short,tree -L 2,rg --files) to minimize context usage during agent interactions. - Evidence: SKILL.md and various files in
references/provide targeted patterns for filesystem navigation and repository exploration. - [COMMAND_EXECUTION]: The skill includes Python scripts (
scripts/probe_implicit_token_savings.py,scripts/validate.py) that usesubprocess.runto execute local system binaries. - Evidence:
scripts/probe_implicit_token_savings.pycreates temporary fixtures to test the behavior of tools likels,git, andnpmin a controlled environment. - Evidence:
scripts/validate.pyusessh -nto perform syntax checks on shell templates. These operations are diagnostic in nature and do not perform any malicious or unauthorized actions.
Audit Metadata