-
Notifications
You must be signed in to change notification settings - Fork 0
Pricing
Counterscarp Engine offers a 5-tier pricing structure designed to meet the needs of individual developers, professional auditors, teams, and enterprises.
| Feature | Community | Developer | Pro | Team | Enterprise |
|---|---|---|---|---|---|
| Price | Free | $49/mo | $199/mo | $399/mo | Custom |
| Annual Discount | - | 20% ($39/mo) | 20% ($159/mo) | 20% ($319/mo) | Contact us |
| Analyzers | 14 | 16 | 21 | 21 | 21+ |
| Machine Activations | - | 1 | 3 | 5 | Unlimited |
| Web App Scans | - | 5/mo | Unlimited | Unlimited | Unlimited |
| Support | GitHub | Priority (24hr) | Dedicated | CSM |
Price: Free forever
License: MIT
Includes:
- 14 Free Analyzers:
- Heuristic Scanner (31 EVM rules)
- Slither integration
- Liar Detector (NatSpec validation)
- Access Matrix
- Upgrade Diff
- Supply Chain Check
- Threat Intel
- Knowledge Fetcher
- Inflation Scaffold
- Pipeline Generator
- Report Generator (Markdown/JSON)
- GUI
- Plugin Manager
- Foundry Fuzz wrapper
- CLI access
- Markdown and JSON reports
- GitHub Issues support
Best for: Individual developers, students, open-source projects
Price: $49/month or $490/year (2 months free)
Machine Activations: 1
Includes everything in Community, plus:
- Web App Access — 5 scans per month at app.counterscarp.io
- Solana Analyzer — 35 Rust/Anchor security patterns
- IDL Validator — Anchor IDL constraint and CPI flow analysis
- Branded HTML Reports — Professional reports with logo
- SARIF 2.1.0 Export — GitHub Advanced Security integration
- Email Support
Total Analyzers: 16 (14 free + 2 Developer-tier)
Best for: Solo developers, small projects, Solana developers
Price: $199/month or $1,908/year (20% annual discount)
Machine Activations: 3
Includes everything in Developer, plus:
- AI Audit Copilot — RAG-based knowledge retrieval with LLM integration
- Attack Graph Visualization — Interactive D3.js cross-contract attack graphs
- Exploit PoC Generator — Pattern-to-template exploit generation
- Time-Travel Git Scanner — Historical vulnerability tracking
- Protocol Fingerprinting — Protocol similarity detection
- Medusa Fuzzing — Coverage-guided fuzzing
- Mythril Symbolic Execution — Path exploration
- Aderyn Integration — Rust-based Solidity analyzer
- Priority Support — 24-hour response time
Total Analyzers: 21 (all available)
Best for: Professional auditors, security researchers, bug bounty hunters
Price: $399/month or $3,828/year (20% annual discount)
Machine Activations: 5
Includes everything in Pro, plus:
- 5 Team Members — Shared license for up to 5 users
- Shared Workspace — Collaborative audit workspace
- Shared Configurations — Team-wide rule sets and templates
- API Access — Programmatic access to audit APIs
- Dedicated Support — Direct Slack/Discord channel
Best for: Security teams, audit firms, DeFi protocols
Price: Contact sales
Machine Activations: Unlimited
Includes everything in Team, plus:
- Unlimited Everything — No scan limits, no activation limits
- Custom Integrations — Tailored to your workflow
- Priority Feature Development — Roadmap input
- Customer Success Manager — Dedicated account management
- Custom SLAs — Guaranteed response times
- On-premise Deployment — Self-hosted option
- Training & Onboarding — Team training sessions
Best for: Large organizations, exchanges, institutional DeFi
| Tier | EVM Analyzers | Solana Analyzers | External Tools | Total |
|---|---|---|---|---|
| Community | 14 | - | - | 14 |
| Developer | 14 | 2 | - | 16 |
| Pro | 14 | 2 | 5 | 21 |
| Team | 14 | 2 | 5 | 21 |
| Enterprise | 14 | 2 | 5+ | 21+ |
The following external tool integrations require Pro tier or higher:
- Medusa — Coverage-guided fuzzing
- Mythril — Symbolic execution
- Aderyn — Rust-based analyzer
- AI Copilot — RAG + LLM integration
- Attack Graph — Cross-contract visualization
Each tier includes a specific number of machine activations:
| Tier | Activations | Description |
|---|---|---|
| Community | 0 | No license key required |
| Developer | 1 | Personal workstation |
| Pro | 3 | Work + laptop + CI server |
| Team | 5 | Distributed team |
| Enterprise | Unlimited | Organization-wide |
A "Machine" is uniquely identified by a hardware fingerprint (hostname, MAC address, OS). You can deactivate a machine to free up a slot for another.
To deactivate a machine and free up a slot:
- Log into your account at app.counterscarp.io
- Go to "License Management"
- Click "Deactivate" next to the machine you want to remove
- Or contact contact@counterscarp.io
Save 20% when paying annually:
| Tier | Monthly | Annual | Savings |
|---|---|---|---|
| Developer | $49/mo | $468/yr ($39/mo) | 20% |
| Pro | $199/mo | $1,908/yr ($159/mo) | 20% |
| Team | $399/mo | $3,828/yr ($319/mo) | 20% |
- Visit app.counterscarp.io/pricing
- Select your tier
- Complete checkout via Stripe
- Receive your license key via email
- Activate using one of the methods below
export COUNTERSCARP_PRO_LICENSE=your-key-here
counterscarp-engine --target ./contracts --rag --report htmlAdd to counterscarp.toml:
[license]
key = "your-key-here"Enter your license key in the web app settings at app.counterscarp.io
We offer a full refund within 14 days of your initial purchase if you're not satisfied. No questions asked.
- Applies to first purchase only
- Does not apply to renewals
- Refund processed within 5 business days
To request a refund, email contact@counterscarp.io with your order details.
Q: Can I upgrade my tier later?
A: Yes, you can upgrade at any time. The remaining balance from your current subscription will be prorated toward the new tier.
Q: What happens when my subscription expires?
A: The software reverts to Community tier. All Pro features will display an upgrade prompt instead of executing.
Q: Can I share my license key?
A: No, license keys are personal and tied to your machine activations. Sharing violates the EULA and may result in key revocation.
Q: Do you offer educational discounts?
A: Yes, contact contact@counterscarp.io with your .edu email for a 50% student discount.
Q: Is there a free trial?
A: The Community tier is free forever and includes 14 analyzers. Try it before upgrading.
For pricing questions or custom enterprise quotes:
Email: contact@counterscarp.io
Website: https://counterscarp.io
- Security-and-Licensing — Full EULA and security policy
- FAQ — Common questions about licensing and usage
Scarpshield Wiki (Counterscarp Engine)
- Home
- Current Status
- Getting Started
- CLI Reference
- Configuration
- Web App Guide
- Deployment
- Report Formats
- Rules Catalog
- Architecture
- Plugin Development
- Contributing
- Security & Licensing
- Pricing & Pro Features
- FAQ & Troubleshooting
GitHub Repo | Web App | PyPI