From asi
Scans Algorand smart contracts for 11 vulnerabilities including rekeying attacks, unchecked transaction fees, missing field validations, and access control issues. Use when auditing TEAL/PyTeal projects.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:algorand-vulnerability-scannerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trit**: -1 (MINUS)
Trit: -1 (MINUS) Category: building-secure-contracts Author: Trail of Bits Source: trailofbits/skills License: AGPL-3.0
Scans Algorand smart contracts for 11 common vulnerabilities including rekeying attacks, unchecked transaction fees, missing field validations, and access control issues. Use when auditing Algorand projects (TEAL/PyTeal). (project, gitignored)
This is a Trail of Bits security skill. Refer to the original repository for detailed usage guidelines and examples.
See: https://github.com/trailofbits/skills
npx claudepluginhub plurigrid/asi --plugin asiScans TEAL and PyTeal Algorand smart contracts for 11 vulnerabilities including rekeying attacks, unchecked fees, missing validations, and access control issues. Use for pre-audit security checks.
Scans Solana programs for 6 critical vulnerabilities including arbitrary CPI, improper PDA validation, missing signer/ownership checks, and sysvar spoofing. Use when auditing Solana/Anchor programs.
Audits EVM smart contracts for security vulnerabilities using 500+ checklist items across 19 domains via parallel sub-agents; synthesizes findings and files GitHub issues.