← All plugins
wallet-security-auditor
v1.17.0Crypto wallet security auditor for reviewing wallet implementations, key management, signing flows, and common vulnerability patterns.
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/wallet-security-auditor/ inside the repository.
Layout
plugins/crypto/wallet-security-auditor/
├── .claude-plugin/plugin.json└── skills/auditing-wallet-security/SKILL.md
Skills1
auditing-wallet-securityskills/auditing-wallet-security/SKILL.md
Audit wallet security by analyzing token approvals, permissions, and transaction patterns. Use when checking wallet security, reviewing approvals, or assessing risk exposure. Trigger with phrases like "audit wallet", "check approvals", "security scan", or "revoke tokens".
Manifests1
plugins/crypto/wallet-security-auditor/.claude-plugin/plugin.json
{
"name": "wallet-security-auditor",
"version": "1.17.0",
"description": "Crypto wallet security auditor for reviewing wallet implementations, key management, signing flows, and common vulnerability patterns.",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"crypto",
"wallet",
"security",
"audit",
"web3"
]
}