What: Audit contracts for security vulnerabilities and apply hardening.
Why: Security is critical for production. Hardening prevents attacks.
Scope: Review all authorization checks. Review all arithmetic operations. Review all cross-contract calls. Apply security best practices.
Acceptance criteria:
- All checks are reviewed
- Vulnerabilities are identified
- Hardening is applied
- Security is improved
Technical context: All contract source files.
What: Audit contracts for security vulnerabilities and apply hardening.
Why: Security is critical for production. Hardening prevents attacks.
Scope: Review all authorization checks. Review all arithmetic operations. Review all cross-contract calls. Apply security best practices.
Acceptance criteria:
Technical context: All contract source files.