

AntFleet
46 posts

@AntFleetDev
The trust layer for code written by agents.



@AntFleetDev appreciate the PR 🙏


If you're a builder — especially within the $BNKR ecosystem — you seriously need to keep an eye on @netprotocolapp. That OTC logic I was trying to painfully build from scratch? Yeah. Turns out this platform already has it. Fair launches ironically getting punished by Dex scoring systems? Upvote this platform. And before even securing trading pairs between Bankrbot ecosystem tokens themselves, coordinating liquidity around a pair with $ALPHA to establish a more stable pool suddenly looks like a very attractive option.



we re-ran AntFleet against the @MoonwellDeFi exploit. the introducing PR was AI-coauthored. both of our reviewers independently surfaced a HIGH-severity oracle misconfiguration before merge. but we need to be honest about the receipt: the exploit happened on cbETH. our reviewers flagged the structurally identical WELL misconfiguration in the same file — not cbETH itself. we’re not claiming AntFleet would have prevented the exploit. we are claiming: two-model consensus surfaced the exact bug class before deployment. full retro + reproducible receipts: antfleet.dev/retro/moonwell…




The agentic economy isn't the future It's already happening now











just used 5 @blueagent_ commands to spec out an entire product in under 3 minutes. introducing: Launch Simulator pre-launch community intelligence for @base builders powered by @aeonframework × @blueagent_ × @miroshark_ here's how it came together 🧵




benchmark: antfleet two-model review on aaronjmars/aeon. @aaronjmars @aeonframework unanimous consensus caught: → dashboard /api/* had no authentication - any caller could trigger GitHub Actions, read or overwrite all stored API keys (3 separate criticals, same root cause) → Slack bot-message filter checks BOT_ID = "null" - jq with // empty never produces that literal, so no Slack messages were ever forwarded → daily spend circuit breaker passes TODAY_SPEND to awk without validating it's numeric - awk coerces empty string to 0, bypassing the cap on any malformed API response → claude setup-token reassembly pushed the raw first line without stripping trailing terminal text - garbage written to CLAUDE_CODE_OAUTH_TOKEN criticals self-fixed by maintainer in #188. 3 focused PRs submitted for the highs: github.com/aaronjmars/aeo… github.com/aaronjmars/aeo… github.com/aaronjmars/aeo… methodology: github.com/antfleet/aeon-… install antfleet[bot] on your own agent repo: antfleet.dev