hunt-laravel
Fail
Audited by Snyk on Jun 13, 2026
Risk Level: CRITICAL
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt explicitly instructs retrieving secrets (/.env, APP_KEY, DB_PASSWORD), echoing them, and embedding them verbatim into exploit commands/scripts (cookie forge, phpggc), which requires the agent to handle and output secret values directly.
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). These are not benign download links but a set of Laravel debug/admin endpoints (exposed .env, Ignition/Telescope/Horizon paths) combined with a GitHub exploit repo — they are high-risk indicators of potential RCE/credential exfiltration and could be used to deliver or run malicious code against a target, so treat them as suspicious.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). This document is an explicit offensive exploitation playbook that provides step-by-step instructions for remote code execution (Ignition CVE), credential and APP_KEY theft (.env/telescope/horizon), session forgery, and privilege escalation—clearly intended for malicious abuse and high-risk data exfiltration.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The required workflow uses runtime
curlto fetch outsider-authored free text from the target’s public web endpoints (e.g.,/telescope/api/*,/horizon/api/*,/.env,/storage/logs/laravel.log, and error pages), and then parses/prints that response content into the agent’s context (indirect prompt injection risk via arbitrary page/log text).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill performs a runtime git clone of and then executes code from the external repo https://github.com/ambionics/laravel-ignition-rce (git clone ... && php /tmp/laravel-rce/exploit.php), which fetches remote code and runs it—directly controlling execution.
Issues (5)
W007
HIGHInsecure credential handling detected in skill instructions.
E005
CRITICALSuspicious download URL detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata