okf
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues or malicious patterns were detected. The skill's functionality is limited to managing Markdown-based documentation bundles.
- [COMMAND_EXECUTION]: The skill includes a validation script (
scripts/validate_okf.py) and a test suite (tests/test_validate_okf.py) that usessubprocess.run. These commands are used solely to execute the local validation logic and verify CLI behavior using the system's Python interpreter, posing no risk to the host system. - [REMOTE_CODE_EXECUTION]: Metadata parsing within documentation files is handled safely. The
validate_okf.pyscript usesyaml.safe_load()to process frontmatter, which prevents the execution of arbitrary Python objects or code that could be embedded in malicious YAML content. - [DATA_EXFILTRATION]: Analysis of the skill's workflows and scripts shows no evidence of network operations or attempts to access sensitive system files. Operations are restricted to the local directory structure designated for the OKF bundle.
Audit Metadata