ワンクリックで
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.