Back to skill

Security audit

vedetta

Security checks for vulnerabilities and agentic risk

Overview

This skill is a disclosed pay-per-call market research client that uses local wallet keys to sign small x402 payments.

Install only if you are comfortable funding a dedicated low-balance wallet for automated micropayments. Do not use a main wallet or broad-purpose private key, and check the x402 offer amount and payTo before paid calls.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

Static analysis

Detected: suspicious.env_credential_access, suspicious.exposed_secret_literal

Environment variable access combined with network send.

Critical
Code
suspicious.env_credential_access
Location
scripts/pay-sol.mjs:25

Environment variable access combined with network send.

Critical
Code
suspicious.env_credential_access
Location
scripts/pay.mjs:20

File appears to expose a hardcoded API secret or token.

Critical
Code
suspicious.exposed_secret_literal
Location
scripts/pay-sol.mjs:6