Back to skill

Security audit

agent-wallet

Security checks across malware telemetry and agentic risk

Overview

This wallet skill is transparent about its purpose, but it handles real wallet secrets and payments in a way users should review carefully before installing.

Install only if you intend to let an agent operate a funded crypto wallet. Use a small, task-limited balance, inspect the @moneydevkit/agent-wallet package and source before use, protect or remove ~/.mdk-wallet/config.json when not needed, and require explicit human approval for every send/payment action.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Rogue AgentSelf-Modification, Session Persistence
  • 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
Findings (1)

Session Persistence

Medium
Category
Rogue Agent
Content
# Get balance
npx @moneydevkit/agent-wallet balance

# Create invoice
npx @moneydevkit/agent-wallet receive 1000

# Pay someone
Confidence
83% confidence
Finding
Create invoice npx @moneydevkit/agent-wallet receive 1000 # Pay someone npx @moneydevkit/agent-wallet send user@getalby.com 500 ``` ## How It Works The CLI automatically starts a daemon on first co

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.