skill-judge
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions direct the agent to utilize shell commands for auditing and history management.
- Uses the
findcommand to verify that skill packages maintain a flat folder structure as per the specified protocol. - Executes a bundled Python utility
scripts/score_history.pyto append, query, and detect drift in evaluation scores. - [SAFE]: Comprehensive analysis of all 10 threat categories shows no significant security risks.
- Data Handling: File operations are restricted to the local skill directory for logging purposes; no sensitive file paths or credentials are accessed.
- Network Activity: No network operations (exfiltration or remote downloads) are performed; GitHub references are purely for attribution.
- Code Integrity: The included Python script relies solely on standard library modules and performs well-defined, transparent tasks.
- Obfuscation: No hidden content, encoded strings, or homoglyph-based evasion techniques were identified.
Audit Metadata