axim-restdoc-generator
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The plugin references trusted external repositories such as jitpack.io for distribution and services.gradle.org for Gradle Wrapper updates. It also downloads schemas from getpostman.com.
- [COMMAND_EXECUTION]: The tool is intended to be executed as a Gradle task (e.g., ./gradlew restMetaGenerator), which is the standard operational mode for development plugins.
- [SAFE]: Network operations are limited to declared features, such as syncing documentation with the official Postman API (api.getpostman.com) using user-provided API keys. The code analysis logic uses standard reflection and the javaparser library without executing untrusted code.
Audit Metadata