zion-baas

Fail

Audited by Snyk on Jun 13, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The prompt instructs the agent to ask for usernames/passwords, to run commands like npm run auth:email <email> <password>, and to persist JWTs and admin/user tokens verbatim in a plaintext .zion/credentials.yaml (and use them in API calls), which requires the LLM to handle and output secret values directly.

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

  • Third-party content exposure detected (medium risk: 0.65). The skill’s runtime path includes subscribing to Zion GraphQL subscriptions (e.g., scripts/subscribe.ts / fz_zai_listen_conversation_result) and printing the returned data/reasoningContent fields, which are free-form text originating from Zion/its AI agent outputs and can contain attacker-controlled prompt-injection content.

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

Issues (3)

W007
HIGH

Insecure credential handling 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
HIGH
Analyzed
Jun 13, 2026, 12:12 PM
Issues
3
Security Audit — snyk — zion-baas