You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An advanced, open-source static analysis and AI vulnerability detection engine for Ethereum and Base smart contracts. Built for Web3 security researchers, auditors, and protocol developers.
Now available as a seamless **GitHub Action** to automatically secure your Pull Requests!
16
+
---
12
17
13
-
## 🚀 Quick Start (GitHub Action)
18
+
## 🚀 Welcome to the Future of Web3 Security
14
19
15
-
Add the following workflow to your repository to automatically scan your smart contracts on every Pull Request:
20
+
An advanced, open-source static analysis and **AI-powered vulnerability detection engine** specifically designed for Ethereum and Base smart contracts. Built for Web3 security researchers, DeFi auditors, and protocol developers to proactively identify and remediate critical attack vectors.
21
+
22
+
Now available as a **Zero-Friction GitHub Action**. Automatically secure every Pull Request before it hits production!
The basic structural analysis is 100% free forever.
69
+
However, **AI Vulnerability Validation** (which rigorously suppresses false positives and detects complex logical flaws) is secured behind a decentralized Web3 Paywall.
70
+
71
+
**To Unlock PRO (30-Day Subscription):**
72
+
1. Send exactly **50 USDC** on the **Ethereum Mainnet** or **Base Network** to the official Scanner Treasury:
73
+
👉 `0x9758AdAe878bD4EA0d0aa24408c56D7d4aEC29a5`
74
+
2. Add the wallet address you sent the funds from to the `wallet_address` input in your GitHub workflow.
75
+
3. The Action will securely query the blockchain (via Etherscan/Basescan APIs). Once your USDC transfer is detected, the AI Validator automatically unlocks!
76
+
77
+
*No credit cards, no sign-ups, just pure Web3 automation.*
34
78
35
-
The basic `Slither` structural analysis is 100% free.
36
-
However, **AI Vulnerability Validation** (which suppresses false positives and detects deep logical flaws) is secured behind a decentralized Web3 Paywall.
79
+
---
37
80
38
-
**To Unlock PRO:**
39
-
1. Send **50 USDC** on the **Base Network** to `0x0000000000000000000000000000000000000000` (Replace with your actual payment address).
40
-
2. Add your wallet address to the `wallet_address` input in your GitHub workflow.
41
-
3. The Action will query the blockchain via RPC. Once payment is verified, the AI Validator automatically unlocks!
81
+
## 🏗️ Architecture Under the Hood
42
82
43
-
## 🏗️ Architecture
83
+
1. **Ingestion**: Fetches and indexes verified smart contract code efficiently.
4. **AI Validation**: PRO feature that cross-references all findings to suppress false positives and output a beautiful Markdown summary directly to your GitHub PR.
44
87
45
-
1. **Ingestion**: Fetches and indexes verified smart contract code.
f.write(f"✅ **Subscription Verified.** AI Validator successfully executed.\n")
803
+
f.write(f"*(Check detailed JSON artifacts for in-depth AI context and false-positive suppression data).*\n")
804
+
else:
805
+
f.write(f"🔒 **AI Validation Locked**\n")
806
+
f.write(f"> Unlock the full power of Deep AI Audits to suppress false positives and find logical exploits.\n")
807
+
f.write(f"> Send **50 USDC** on the Base or Ethereum network to `0x9758AdAe878bD4EA0d0aa24408c56D7d4aEC29a5` and add your wallet address to this Action's inputs.\n")
808
+
exceptExceptionase:
809
+
_log("ERROR", f"Failed to write GitHub Step Summary: {e}")
0 commit comments