cerbos-synapse-extension

Fail

Audited by Snyk on Aug 25, 2026

Risk Level: CRITICAL
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill tells the agent to collect/substitute the distribution repo and to run docker login ... --password=YOUR_LICENCE_KEY, which requires embedding a user’s license key/password verbatim into generated commands (an insecure secret-handling pattern).

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.70). Yes — several URLs point to arbitrary cloud storage or script-hosting endpoints (S3, GCS, and a custom scripts host) that can deliver executable artifacts (.wasm or code) from untrusted sources and are therefore higher-risk distribution vectors.

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

  • Third-party content exposure detected (medium risk: 0.30). Synapse’s routeExtensions (Starlark) ingest arbitrary outsider HTTP request fields (e.g., req.path, req.query_params, req.body) at runtime via handleHTTPRoute(req) under /ext/..., which are then processed by the extension/LLM logic.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

Issues (4)

W007
HIGH

Insecure credential handling detected in skill instructions.

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W011
MEDIUM

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

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
CRITICAL
Analyzed
Aug 25, 2026, 01:11 AM
Issues
4
Security Audit — snyk — cerbos-synapse-extension