evaluation
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [Code Analysis] (SAFE): The script performs basic file integrity checks on the local
SKILL.mdfile to ensure it follows the expected template. It verifies the presence of YAML frontmatter and specific markdown headers like 'When to Activate', 'Core Concepts', and 'Guidelines'. - [Data Exposure] (SAFE): No sensitive file access or network communication detected. The script only reads the local skill configuration file.
- [Remote Code Execution] (SAFE): No dynamic execution (eval/exec) or external dependency loading identified. It uses standard Python library modules (sys, pathlib).
Audit Metadata