pachca-files

Fail

Audited by Snyk on Jun 29, 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 asks the agent to request a Pachca token from the user and to run commands including that token (via --token or export), which requires the LLM to handle and potentially emit the secret value verbatim in commands — an insecure pattern.

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

  • Potentially malicious external URL detected (high risk: 0.90). The skill instructs running "npx -y @pachca/cli" which fetches and executes the @pachca/cli package from the npm registry at runtime (https://www.npmjs.com/package/@pachca/cli), so it relies on remote code execution as a required dependency.

Issues (2)

W007
HIGH

Insecure credential handling detected in skill instructions.

W012
MEDIUM

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

Audit Metadata
Risk Level
HIGH
Analyzed
Jun 29, 2026, 01:59 PM
Issues
2
Security Audit — snyk — pachca-files