Scan Date: March 13, 2026 03:44 UTC
Repos Scanned: MetaMask/delegation-framework, ethereum/ERCs, scaffold-eth/scaffold-eth-2, openclaw/openclaw
- Issue: Gas estimation producing 20x oversized limits (4.18% efficiency)
- Why It Fits Sam:
- Real-world EIP-7702 proxy implementation bug affecting AI agents
- Performance/gas optimization expertise needed
- Direct impact on agent wallet efficiency ($71/month waste per agent)
- Analysis of
0x464fc339add314932920d3e060745bd7ea3e92adwallet shows only 4.18% gas efficiency
- Tech Stack: Solidity, EIP-7702, gas estimation logic
- Impact: High — directly affects agent deployment costs
- Updated: March 12, 2026
- Issue: Improve skill architecture based on SkillsBench findings
- Why It Fits Sam:
- AI agent skill optimization (directly relevant to Sam's AI agent focus)
- Research-backed improvements from SkillsBench paper (86 real-world tasks, 7,308 trajectories)
- Involves splitting large skills (solidity-security: 533 lines, defi-protocol-templates: 443 lines)
- Adding executable templates alongside SKILL.md files
- Composition guidance for agents (2-3 skills sweet spot beats 4+)
- Tech Stack: Agent architecture, Solidity templates, .sol contracts, deploy scripts
- Impact: Medium-High — improves agent effectiveness on Scaffold-ETH-2 builds
- Updated: March 12, 2026
- Issue: Use ERC-7746 for middleware hooks
- Why It Fits Sam:
- Standards integration opportunity (ERC-7746 for interoperable middleware hooks)
- Framework extensibility improvement
- Aligns hooks implementation with emerging industry standard
- Similar to Ironblocks firewall patterns
- Tech Stack: Solidity, ERC standards, middleware hooks
- Impact: Medium — improves interoperability and standards compliance
- Updated: May 8, 2025
- Issue: Address component crashes on invalid address input
- Why It Fits Sam:
- Frontend error handling bug affecting UX
- Clean solution already proposed in issue
- Involves viem library (getAddress() exception handling)
- Low-hanging fruit with high UX impact
- Tech Stack: Next.js, TypeScript, viem, React
- Impact: Medium — improves developer/user experience
- Updated: November 7, 2025
- Issue: Improve test coverage and isolation for YourContract
- Why It Fits Sam:
- Testing best practices (loadFixture pattern)
- Missing coverage for withdraw() and premium functions
- Good starting point for Scaffold-ETH-2 contribution
- Demonstrates Hardhat testing expertise
- Tech Stack: Hardhat, TypeScript, Solidity testing
- Impact: Low-Medium — improves template quality
- Updated: November 29, 2025
- No open "good first issue" labels found
- Gas estimation logic needs documentation (related to #164)
- ERC-7746 integration guidance needed (#32)
- No open issues found for ERC-7710, ERC-7702, or ERC-8004 in search
- Possible opportunity: Create implementation examples/tutorials for these ERCs
- Skills architecture documentation needs updating per #1236
- Frontend component error handling patterns (#1198)
- Multiple system-level issues (polling, session management, performance)
- Most issues are internal bugs rather than contribution opportunities for external developers
- Sam's Profile: Ethereum developer with expertise in ERC standards (7710/7702/8004), AI agents, gas optimization, and DeFi protocols
- Best Starting Point: #164 (delegation-framework gas bug) or #1236 (SE-2 skill architecture) — both high-impact and align with AI agent + Ethereum focus
- Quick Win: #1198 (address component fix) — clear solution, good first PR to Scaffold-ETH-2