solana-audit

Warn

Audited by Snyk on Mar 7, 2026

Risk Level: MEDIUM
Full Analysis

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

  • Third-party content exposure detected (high risk: 1.00). The skill's workflow explicitly instructs cloning a user-supplied repository ("Phase 1: ... Clone the repository (if URL provided): git clone <url>" in SKILL.md), meaning the agent will fetch and read arbitrary public/user-generated code which it will parse and use to drive audit findings and actions, exposing it to untrusted third-party content.

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

  • Potentially malicious external URL detected (high risk: 0.90). The skill explicitly instructs at runtime to "git clone ", meaning it will fetch arbitrary remote repository content during execution (git clone ), and that fetched code would be ingested as the primary analysis input—therefore it can directly control the agent's prompts/context and is a required dependency for the audit.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 7, 2026, 08:43 AM