hunt-laravel

Fail

Audited by Snyk on Jul 31, 2026

Risk Level: CRITICAL
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill explicitly retrieves .env and APP_KEY values and then echoes/uses them in commands (e.g., echoing APP_KEY and passing --key "$APP_KEY"), which requires the LLM to handle and output secret values verbatim.

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). Most listed URLs are application endpoints used for reconnaissance, but the GitHub URL points to an exploit repository (ambionics/laravel-ignition-rce) that is a high-risk source for malicious code and instructions to run an RCE exploit.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). This file is an explicit offensive playbook providing step-by-step exploitation artifacts (Ignition RCE, .env and token harvesting, session forgery via APP_KEY/phpggc, mass-assignment and signed-URL bypass) enabling remote code execution, credential theft, and account takeover.

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

  • Third-party content exposure detected (low risk: 0.10). SKILL.md contains instructions but the required runtime workflow it specifies is purely first-party static content/explicit operator-chosen targets (e.g., specific Laravel endpoints like /_ignition/*, /telescope/api/*, /horizon/api/*, /.env) rather than consuming outsider-authored free text from a queue/chat/inbox/feed without first selecting an item.

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

  • Potentially malicious external URL detected (high risk: 1.00). The skill clones and executes remote exploit code at runtime from https://github.com/ambionics/laravel-ignition-rce (git clone ...; php /tmp/laravel-rce/exploit.php), which fetches and runs third-party code used as a required exploit tool.

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
Jul 31, 2026, 04:50 PM
Issues
5
Security Audit — snyk — hunt-laravel