huginn-onboard

Fail

Audited by Snyk on Apr 27, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 1.00). The set includes a direct raw GitHub shell script that the skill explicitly tells users to curl|bash from an unvetted/unknown GitHub account (welttowelt), which is a high‑risk distribution vector for arbitrary/malicious code even though the other links (API and repo/issues pages) are lower‑risk informational endpoints.

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

  • Third-party content exposure detected (high risk: 0.70). The skill's workflow explicitly instructs fetching a bridge quote from a public AVNU API (curl to https://api.avnu.fi/v1/bridge/quote in SKILL.md and META-SKILL.md) and using the response calldata to drive transactions, meaning it ingests third‑party data that directly influences actions the agent will execute.

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 explicitly instructs moving crypto and signing transactions: it uses the AVNU bridge API (POST https://api.avnu.fi/v1/bridge/quote) and instructs "Execute bridge transaction (Use response calldata with your signer)". Prerequisites state the agent must have ETH/USDC and be able to sign transactions. It also shows deploying a Starknet account and calling on-chain functions (register_agent, log_thought). These are direct crypto/blockchain fund-transfer and transaction-signing operations, which qualify as Direct Financial Execution.

Issues (4)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

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
CRITICAL
Analyzed
Apr 27, 2026, 10:03 AM
Issues
4
Security Audit — snyk — huginn-onboard