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/cli via npx for 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 grep command 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.yaml file. 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
Risk Level
SAFE
Analyzed
Jun 15, 2026, 01:07 PM
Security Audit — agent-trust-hub — api-doc-generator