setup
Fail
Audited by Snyk on Mar 3, 2026
Risk Level: CRITICAL
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The skill includes patterns that embed API keys verbatim in commands (e.g., --api-key sk_case_..., auth set-key, and examples showing keys in CLI arguments), which would require the LLM to handle or output secret values directly.
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The raw.githubusercontent URL is a direct link to an install.sh (an executable shell script) and the skill instructs users to curl|sh it — which is dangerous to run without review even if hosted on GitHub, and although case.dev appears to be the project domain, the GitHub repo/user (CaseMark) should be verified before trusting and executing the script.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill instructs users to run a curl | sh install command that fetches and executes remote code at runtime from https://raw.githubusercontent.com/CaseMark/homebrew-casedev/main/install.sh, which is used to install the required casedev CLI dependency.
Audit Metadata