Security scanning for Solidity smart contracts
Add one GitHub Action to your repo. We run security tools + AI analysis on every pull request and post the results as a comment.
✓ 7-day free trial✓ No credit card required✓ Setup in 2 minutes
Security Tools + AI
We run industry-standard security tools on your code and use AI to analyze the results. You get a clear, actionable report on every pull request.
No configuration needed. No learning curve. Just add the workflow file and you're protected.
.github/workflows/sc4n3r.yml
name: sc4n3r Security Scan
on:
pull_request:
branches: [main, master]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: sc4n3r-app/scanner@v1
with:
api_key: ${{ secrets.SC4N3R_API_KEY }}How it works
1
Sign in with GitHub
Click sign in and authorize with GitHub. Your account is created automatically.
2
Copy your API key
Get your API key from the dashboard and add it as a secret in your GitHub repository.
3
Add the workflow
Add the YAML file to your repo. Security reports appear on every PR.
Pricing
$29/month
7-day free trial included
- ✓Unlimited security scans
- ✓Security tools + AI analysis
- ✓PR comments with findings
- ✓Cancel anytime
Catch vulnerabilities before production
Set up in 2 minutes. Start your free trial today.
Get Started Free