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 curl to 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
HIGH

Insecure credential handling detected in skill instructions.

E005
CRITICAL

Suspicious download URL detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

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

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jun 13, 2026, 04:05 PM
Issues
5
Security Audit — snyk — hunt-laravel