okf-openapi
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed for local static analysis of API specifications. It reads input spec files and writes generated documentation to a local directory, with no network exfiltration or sensitive data access detected.
- [EXTERNAL_DOWNLOADS]: The documentation provides standard instructions to install the tool using
go installfrom the author's official GitHub repository (github.com/xSAVIKx/okf-skills). This is a legitimate distribution method from the skill's official vendor. - [INDIRECT_PROMPT_INJECTION]: The skill provides a surface for indirect prompt injection as it processes untrusted API specifications.
- Ingestion points: The
--specflag inmain.goidentifies the input OpenAPI/Swagger file processed byloadSpecandextractConcepts. - Boundary markers: None present; the skill transforms spec descriptions directly into markdown frontmatter and body content.
- Capability inventory: The tool has file-writing capabilities via
os.WriteFileandos.MkdirAllinmain.goto create the OKF bundle. - Sanitization: The
sanitizefunction inopenapi.goescapes markdown pipe characters (|) and newlines to prevent breakage of the generated documentation tables. - Assessment: The risk is inherent to the tool's primary purpose of documenting external contracts and is mitigated by its local execution model and basic output sanitization.
Audit Metadata