openapi-analyzer

Warn

Audited by Snyk on Jun 9, 2026

Risk Level: MEDIUM
Full Analysis

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.75). The skill fetches an OpenAPI JSON spec from an external/internal MikoPBX URL at runtime, and the analyzer loads it into memory and parses it as JSON (readable text) via curl ... > /tmp/mikopbx_openapi.json then json.load(f) in MikoPBXOpenAPIAnalyzer.__init__, so any free-text fields inside that spec (e.g., summary/description) are outsider-authored content.

MEDIUM W021: Hidden or invisible Unicode characters detected (potential obfuscation or prompt injection).

  • Hidden Unicode characters detected (1 type(s) found)

Issues (2)

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W021
MEDIUM

Hidden or invisible Unicode characters detected (potential obfuscation or prompt injection).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jun 9, 2026, 04:04 PM
Issues
2
Security Audit — snyk — openapi-analyzer