api-doc
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Executes standard repository commands like
pnpm openapi:lint,pnpm api:rebuild, andpnpm startto validate and generate documentation. These operations are appropriate for the skill's stated purpose of maintaining the project's API specifications. - [CREDENTIALS_UNSAFE]: The code samples provided in the reference files contain generic placeholders such as
YOUR_API_TOKENandQUEUE_ID. These are standard practice for documentation and do not represent hardcoded sensitive data. - [DYNAMIC_EXECUTION]: The skill automates the generation of YAML files and code samples. These generated files are then integrated and processed by the project's existing build system (
api:rebuild), which is the intended functional behavior of the documentation skill.
Audit Metadata