solana-simd

Warn

Audited by Snyk on Aug 4, 2026

Risk Level: MEDIUM
Full Analysis

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

  • Third-party content exposure detected (medium risk: 0.30). In SKILL.md, the runtime workflow instructs the agent to WebFetch SIMD specs from outsider-facing GitHub raw content (list proposals directory, then fetch specific markdown by filename) and to parse/summarize that fetched text.

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


MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).

  • Direct money access detected (high risk: 1.00). The skill contains explicit Solana blockchain operations that perform or authorize value transfers: examples showing token transfers (token::transfer), PDA-signed transfers (invoke_signed), creating mints with transfer-fee configuration, submitting and signing transactions via connection.sendTransaction / tx.sign, setting priority fees (ComputeBudgetProgram.setComputeUnitPrice), and closing accounts to reclaim lamports. These are specific crypto/blockchain APIs for moving funds and managing token minting/fees — i.e., direct financial execution capability.

Issues (3)

W011
MEDIUM

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

W012
MEDIUM

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

W009
MEDIUM

Direct money access capability detected (payment gateways, crypto, banking).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Aug 4, 2026, 12:32 AM
Issues
3
Security Audit — snyk — solana-simd