route-to-openapi
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs static analysis on local source code files to extract API endpoint information. It uses the Python
astmodule for Python files and regular expressions for JavaScript and Go files, which are secure methods for parsing content without execution. - [COMMAND_EXECUTION]: The provided Python script handles CLI arguments using
argparseto manage local file I/O operations (reading source directories and writing output files), which is standard behavior for a code-scanning utility. - [EXTERNAL_DOWNLOADS]: The script does not contain any logic for making network requests, downloading external dependencies, or fetching remote content.
Audit Metadata