api-design
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's instructions and environment section utilize
npxto download and execute the latest versions of@redocly/cliand@stoplight/prism-cli. These are recognized industry-standard tools for linting and mocking API specifications, and their inclusion is directly relevant to the skill's stated purpose of contract verification. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and analyze external data in the form of OpenAPI specifications during the
review-contractandevolve-contractworkflows. This represents an attack surface for indirect prompt injection if a malicious specification is provided to the agent. - Ingestion points: OpenAPI specification files (typically YAML or JSON) provided for review or evolution tasks.
- Boundary markers: The skill mandates a 'lint' gate using Redocly to verify structural integrity before analysis, which acts as a basic validation step.
- Capability inventory: The agent is instructed to run command-line tools (
npx @redocly/cli,npx @stoplight/prism-cli) to validate and mock the provided specifications. - Sanitization: The skill relies on the structural validation performed by external linting tools to filter malformed or non-compliant input before the agent processes it.
Audit Metadata