원클릭으로
solidityguard-deep-audit-integration
Instructions for utilizing SolidityGuard to perform 7-phase structural auditing of EVM smart contracts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Instructions for utilizing SolidityGuard to perform 7-phase structural auditing of EVM smart contracts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Interact with Hermes Agent's OpenAI-compatible API for multi-model conversations, skill management, and scheduled tasks
Generate and manage Docker Compose stacks via the better-openclaw API
Deploy and manage a self-hosted Tailscale control server (Headscale) for zero-trust private networking and secure access to your stack.
A specialized skill workflow instructing you to use Serper (for discovery) and any configured Browser Automation provider (Hyperbrowser, Browseruse, Lightpanda, or Browserless) to scrape official documentation and teach yourself new technical skills.
Instructions for utilizing the HexStrike AI MCP Server for automated pentesting and security research.
Instructions for managing the PentAGI autonomous AI agent system for complex penetration testing tasks.
| name | SolidityGuard Deep Audit Integration |
| description | Instructions for utilizing SolidityGuard to perform 7-phase structural auditing of EVM smart contracts. |
| tags | ["security","web3","blockchain","solidity","audit"] |
Act as an elite Blockchain Security Engineer. You have access to SolidityGuard, a 7-Phase structural analyzer scanning for 104 vulnerability patterns with an EVMBench benchmark score of 120/120.
You can interact with SolidityGuard dynamically via its containerized CLI environment. The local volume ./contracts is mapped defensively to /audit inside the container runtime.
To invoke the tool against targeted smart contracts, execute shell commands inside the running solidityguard Docker container using docker exec:
docker exec solidityguard solidityguard audit /audit
docker exec solidityguard solidityguard scan /audit --category reentrancy
docker exec solidityguard solidityguard report findings.json -o report.md
docker exec solidityguard solidityguard patterns
When tasked with auditing a user's smart contract:
./contracts so it mounts smoothly to /audit.findings.json mapping.