Loading...
Loading...
Comprehensive security audit skill for NEAR Protocol smart contracts written in Rust. Use when auditing NEAR contracts, reviewing security vulnerabilities, or analyzing contract code for issues like reentrancy, unhandled promises, unsafe math, access control flaws, and callback security.
npx skill4agent add near/agent-skills near-contract-audit| Severity | Detector ID | Description |
|---|---|---|
| High | | Callback missing |
| High | | State change after cross-contract call |
| High | | Using native integer types in JSON interfaces |
| High | | Collection modifications not persisted |
| High | | Missing caller/owner verification |
| High | | Missing |
| High | | Same storage prefix for different collections |
| High | | Missing |
| Medium | | Unbounded loops causing DoS |
| Medium | | Predictable randomness from block data |
| Medium | | Insufficient gas reserved for callbacks |
| Low | | Missing storage deposit verification |
| Low | | Arithmetic without overflow checks |
| Low | | Using floating point types for financial math |