api-doc-generator
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses static analysis (regular expressions) via standard Python libraries to extract API routes and component names from local project directories. No dynamic code execution or command injection vulnerabilities were found.
- [SAFE]: No sensitive data exposure or exfiltration patterns were detected. The scripts only access the user-specified project directory and write results to a local folder, with no network capabilities included.
- [SAFE]: The project dependencies are limited to standard Python libraries (ast, json, re, os, pathlib). No external or untrusted packages are required.
- [SAFE]: The skill does not employ any obfuscation, persistence mechanisms, or malicious prompt injection instructions. All scripts and reference documents follow expected patterns for a documentation tool.
Audit Metadata