api-doc-generator
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to automate the creation of API documentation by scanning routes and interface definitions in various frameworks (Express, FastAPI, Gin, etc.).
- [EXTERNAL_DOWNLOADS]: The skill recommends the use of
@redocly/clivianpxfor previewing generated documentation. Redocly is a well-known service for API documentation, and this is standard developer workflow. - [COMMAND_EXECUTION]: The instructions utilize the system
grepcommand to identify API routes within the project directory. This is a read-only operation and follows the principle of least privilege for a documentation generator. - [DATA_EXPOSURE]: While the skill reads project source code, it processes this data locally to generate an
openapi.yamlfile. There is no evidence of data being sent to external third-party servers, other than the local preview functionality provided by the Redocly CLI.
Audit Metadata