create-api-versioning
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized operations were detected in the skill documentation or templates.
- [INDIRECT_PROMPT_INJECTION]: The skill generates code designed to process external request data (URIs, headers, and query parameters).
- Ingestion points: HTTP request data is processed by the resolver templates in
references/templates.md. - Boundary markers: Not applicable, as the logic is dedicated to version resolution.
- Capability inventory: The middleware modifies request attributes based on extracted version strings.
- Sanitization: The provided templates use strict regular expression matching and
preg_quoteto safely extract version components and prevent injection via request metadata.
Audit Metadata