chore(security): enhance environment configuration, CI workflows, and wallet daemon with security improvements

- Restructure .env.example with security-focused documentation, service-specific environment file references, and AWS Secrets Manager integration
- Update CLI tests workflow to single Python 3.13 version, add pytest-mock dependency, and consolidate test execution with coverage
- Add comprehensive security validation to package publishing workflow with manual approval gates, secret scanning, and release
This commit is contained in:
oib
2026-03-03 10:33:46 +01:00
parent 00d00cb964
commit f353e00172
220 changed files with 42506 additions and 921 deletions

View File

@@ -38,7 +38,7 @@ Professional security audits cost $5,000-50,000+. This framework provides compre
### Phase 1: Smart Contract Security (Week 1)
1. Run existing security-analysis.sh script
2. Enhance with additional tools (Securify, Adel)
3. Manual code review of AIToken.sol and ZKReceiptVerifier.sol
3. Manual code review of AIToken.sol and ZKReceiptVerifier.sol (✅ COMPLETE - production verifier implemented)
4. Gas optimization and reentrancy analysis
### Phase 2: ZK Circuit Security (Week 1-2)