pachca-forms
Fail
Audited by Snyk on Mar 17, 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 explicitly tells the agent to ask the user for a Pachca token and to run CLI commands using --token or export the token, which requires the LLM to accept and embed the secret verbatim into generated commands/outputs.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill explicitly ingests user-submitted form data and downloads files from URLs supplied in webhooks (see references/handle-form-submission-viewsubmission.md step 3: "download files via data.field_name[].url"), so untrusted third-party content is read and can directly influence processing and subsequent actions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata