drupal-theme

Fail

Audited by Snyk on Jul 6, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). This is an unverified GitHub repository (ivanboring/magoocomponentui) — while hosted on GitHub (not a shortener or archive with a password) the bootstrap script downloads and runs its code (npm install and executes the repo's CLI), so using it without inspecting the source is potentially dangerous.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 0.90). The bootstrap explicitly fetches and executes code from a remote GitHub repository (and runs npm install there) and invokes the repo's theme-cli.mjs via a child node process, which creates a clear supply-chain / remote-code-execution vector that an attacker could use to exfiltrate data, steal credentials, or install a backdoor.

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

  • Third-party content exposure detected (high risk: 0.75). The runtime bootstrap bin/magoo fetches a public GitHub repository zip (ZIP_URL) or clones it (GIT_URL) into /tmp/magoo-component-ui, then runs node <repoDir>/scripts/theme-cli.mjs ..., so any free-form text contained in that outsider-authored repo (e.g., component metadata/templates/docs) can be ingested into the LLM context by the delegated CLI.

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

Issues (4)

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 6, 2026, 03:28 PM
Issues
4
Security Audit — snyk — drupal-theme