api-dev
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill includes shell commands for local development workflows, such as port management using
lsofandkill(e.g.,kill $(lsof -t -i :3000)) and project scaffolding withnpm init. - [EXTERNAL_DOWNLOADS]: The instructions reference downloading and executing packages from the official NPM registry, specifically
expressfor API scaffolding and@redocly/clivianpxfor OpenAPI specification validation. These are standard developer operations targeting well-known services. - [DATA_EXPOSURE]: Provides a utility snippet for locally decoding JWT tokens using standard shell tools (
base64,cut,jq). This is a common debugging practice and does not involve transmitting sensitive data to external servers. - [INDIRECT_PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection as it ingests untrusted data from API responses via
curland processes it usingjqand other scripts. It possesses capabilities like file writing and command execution. However, no specific malicious injection instructions were found, and the behavior is consistent with the skill's primary purpose.
Audit Metadata