okf-ops
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill facilitates the assessment and validation of the Open Knowledge Format (OKF) in markdown documentation repositories.
- [SAFE]: The included Python scripts, assess-okf.py and check-okf.py, are designed for local analysis. They walk a provided directory path and parse YAML frontmatter from markdown files.
- [SAFE]: Security review of the scripts confirms the use of yaml.safe_load for parsing, which prevents arbitrary code execution vulnerabilities common in unsafe YAML loaders.
- [SAFE]: No network-related code or data exfiltration logic was found within the skill's scripts.
- [SAFE]: The test suite (tests/run.sh) performs offline verification and does not exhibit any suspicious or malicious behavior.
Audit Metadata