package-dev
Fail
Audited by Snyk on Mar 3, 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 includes a concrete example that embeds an API token in a curl request (…?username=USER&apiToken=TOKEN), which would require the model to place a secret verbatim into generated commands/outputs if substituted, creating an exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.70). The skill's required scaffolding step explicitly instructs cloning and using public Spatie GitHub skeletons (https://github.com/spatie/package-skeleton-laravel and https://github.com/spatie/package-skeleton-php) and checks Packagist pages, so the agent would fetch and act on untrusted public repository/page content that can materially influence scaffolding and subsequent actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill explicitly instructs cloning and running the Spatie skeleton repositories at runtime (https://github.com/spatie/package-skeleton-laravel and https://github.com/spatie/package-skeleton-php), which fetch remote code and run a configure script that would execute remote code and directly control the scaffolding instructions.
Audit Metadata