standards
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns or threat vectors detected. Analysis of all 10 threat categories returned no findings.
- [COMMAND_EXECUTION] (SAFE): The
scripts/validate.shfile is a localized shell script used for internal linting of the skill's own structure. It does not process external input or execute untrusted commands. - [DATA_EXFILTRATION] (SAFE): No network operations or sensitive data access patterns identified. The skill only contains static reference material and a local validation script.
- [PROMPT_INJECTION] (SAFE): The instructions are purely documentation-based and do not attempt to override agent behavior or bypass safety filters.
- [SECURITY_BEST_PRACTICES] (SAFE): Several reference files (Python, JSON, YAML) explicitly warn against security risks like arbitrary code execution and suggest safer alternatives (e.g.,
yaml.safe_load(),JSON.parse()).
Audit Metadata