learning-objectives
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a local helper script
scripts/validate-objectives.pyto ensure learning objectives are measurable. The script is a vendor-provided tool that performs static analysis on generated YAML files. - [SAFE]: The Python validation script correctly uses
yaml.safe_load()when parsing objective files, which prevents arbitrary code execution vulnerabilities during deserialization. - [SAFE]: All instructional content, including references to 'Constitutions' and 'Frameworks', serves as educational methodology and does not contain attempts to bypass AI safety guardrails.
- [DATA_EXFILTRATION]: No network operations or sensitive file access patterns (such as SSH keys or environment variables) were found.
- [EXTERNAL_DOWNLOADS]: The skill does not perform any remote downloads or execute code from external URLs.
Audit Metadata