skill-trace-debugger
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/check.pyusessubprocess.run()to execute internal validation scripts and the trace reporting tool. It specifically runsvalidate_skill.py,validate_evals.py, andtrace_report.pyusing the current Python interpreter. - [SAFE]: The skill accesses configuration files such as
SKILL.mdandevals/evals.jsonof peer skills within the repository. This cross-skill file reading is necessary for its stated purpose of identifying coverage gaps across the fleet and does not involve sensitive user data or external exfiltration. - [SAFE]: No network operations, credential harvesting, or obfuscation techniques were detected. All operations are restricted to the local file system and execution of known internal scripts.
Audit Metadata