api-response-optimization
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The utility script
scripts/validate-api.shusesnpxto dynamically fetch and run the@redocly/clipackage. Redocly is a well-known service in the API documentation and tooling ecosystem, making this a standard and safe dependency usage for its intended purpose. - [COMMAND_EXECUTION]: The skill includes a bash script (
scripts/validate-api.sh) designed to perform linting on OpenAPI specifications. The script uses safe execution patterns (set -euo pipefail) and performs basic file existence checks before execution.
Audit Metadata