secure-workflow-guide
About
This skill guides developers through a comprehensive 5-step secure development workflow for smart contracts. It automates security analysis with Slither scans, checks for specific features like upgradeability, and generates visual diagrams. Use it to systematically document security properties and review critical areas during contract development.
Quick Install
Claude Code
Recommendednpx skills add plurigrid/asi -a claude-code/plugin add https://github.com/plurigrid/asigit clone https://github.com/plurigrid/asi.git ~/.claude/skills/secure-workflow-guideCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
solana-vulnerability-scanner
OtherThis skill scans Solana and Anchor programs for six critical security vulnerabilities like arbitrary CPI and improper PDA validation. Developers should use it when auditing smart contracts to automatically identify common security flaws. It provides automated security analysis to help build more secure Solana programs.
solana-vulnerability-scanner
OtherThis skill scans Solana and Anchor programs for six critical security vulnerabilities like arbitrary CPI and improper PDA validation. Developers should use it when auditing smart contracts to automatically detect common flaws. It's a security-focused tool from Trail of Bits for building secure contracts.
ton-vulnerability-scanner
OtherThis skill scans TON smart contracts written in FunC for three critical security vulnerabilities: integer-as-boolean misuse, fake Jetton contracts, and unprotected TON forwarding. Use it during smart contract audits to automatically detect these common flaws. It's designed for developers building or reviewing secure contracts on The Open Network.
audit-prep-assistant
OtherThis skill helps developers prepare smart contracts for security audits by automating Trail of Bits' checklist. It runs static analysis, improves test coverage, removes dead code, and generates documentation like flowcharts and user stories. Use it to systematically harden your codebase before a formal review.
