| {{ c.title }}{{ (sort.column === c.key) ? (sort.type === 'asc' ? ' ↑' : ' ↓') : ''}} |
| {{ column.button.text(row, column) }} {{ column.link.text(row, column) }} {{ pretty(row, column) }} |
|
Loading data...
|
|
{{ p }}
|
Up to 10x cheaper than similar solutions
Minimal false positives — focus on real issues
One command setup with Hardhat
Sign in at api.reinforced.app with GitHub and generate your key.
npm i @reinforcedai/hardhat-security-review
Add to your hardhat.config.ts with the key from step 1:
import "@reinforcedai/hardhat-security-review"; const config: HardhatUserConfig = { // ... reinforced: { apiKey: "YOUR_API_KEY", }, };
npx hardhat check-vulnerabilities
Vulnerability analysis with severity ratings and remediation steps
One-click patches — apply fixes directly to your codebase