feat: Add smart-contract-audit-copilot kit#268
Conversation
Lamatic-powered Solidity audit copilot that reviews smart contracts for security vulnerabilities, gas optimizations, and best-practice issues. Features: - Single Lamatic flow (smart-contract-audit) accepting contractCode, auditMode, contractName, focusAreas - Structured JSON output with summary, overallRisk, confidence, security/gas/best-practice findings, remediations, and disclaimer - Externalized prompts, model-config, and constitution using the @reference system - Next.js app with server action orchestration, Solidity code editor, audit mode selection, and severity-aware result cards - Fallback handling for LLM output field name variations - Dark-themed UI with glassmorphism panels Part of the AgentKit Challenge submission.
:robot_face: AgentKit Structural ValidationNew Contributions Detected
Check Results
🎉 All checks passed! This contribution follows the AgentKit structure. |
|
Warning Review limit reached
Next review available in: 22 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (22)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
|
/validate |
|
📡 Running Studio validation — results will appear here shortly. |
Studio Runtime Validation (Phase 2)❌ Studio validation failed. The kit was rejected by Lamatic Studio. Errorssmart-contract-audit-copilot
Please fix the errors above and push a new commit to re-run validation. |
|
@coderabbitai review |
|
/validate |
|
📡 Running Studio validation — results will appear here shortly. |
Smart Contract Audit Copilot
A Lamatic-powered Solidity audit assistant that reviews smart contracts for security vulnerabilities, gas optimizations, and best-practice issues. This kit adapts the ContractSLM/SolidityGuard concept into the AgentKit format.
Contribution Type
kits/smart-contract-audit-copilot/)General Requirements
What's Included
lamatic.config.tsagent.mdREADME.mdflows/smart-contract-audit.tsprompts/model-configs/constitutions/default.mdapps/apps/.env.examplePR Label
Please add the
agentkit-challengelabel to this PR for challenge submission validation.