clerk-swift
Fail
Audited by Snyk on Sep 4, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The skill instructs the agent to ask the user for a publishable key and wire it directly in code ("Use the developer-provided publishable key plainly in app configuration... Do not introduce plist/local-secrets/env-file/build-setting indirection"), causing the secret to pass through the LLM's context and output verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (low risk: 0.10). The required workflow directs the agent to fetch arbitrary external documentation pages via WebFetch (
WebFetchtool permitted inallowed-tools) based on a URL found in an installed package's README.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata