Agent Fundraising Platform
Enables AI agents to raise funds quickly and transparently through a multi-sig treasury on the Monad blockchain.
Install this skill
Security score
The Agent Fundraising Platform skill was audited on Jun 7, 2026 and we found 29 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 345 | title: `${purpose} Fund`, |
Template literal with variable interpolation in command context
| 359 | `Campaign created! 🚀 Support here: https://agentfundraising.com/campaigns/${campaign.id}` |
Curl to non-GitHub URL
| 37 | curl -X POST https://faucet.monad.xyz \ |
Curl to non-GitHub URL
| 59 | curl -X POST http://localhost:8000/agents \ |
Curl to non-GitHub URL
| 119 | curl http://localhost:8000/campaigns/{campaign_id} |
Fetch to external URL
| 81 | const campaign = await fetch("http://localhost:8000/campaigns", { |
External URL reference
| 35 | **MON Faucet:** https://faucet.monad.xyz |
External URL reference
| 37 | curl -X POST https://faucet.monad.xyz \ |
External URL reference
| 42 | **USDC Faucet:** https://faucet.circle.com (select Monad Testnet) |
External URL reference
| 59 | curl -X POST http://localhost:8000/agents \ |
External URL reference
| 81 | const campaign = await fetch("http://localhost:8000/campaigns", { |
External URL reference
| 95 | url: "https://twitter.com/crypto_whale/status/123...", |
External URL reference
| 110 | Support this fundraising: https://agentfundraising.com/campaigns/{campaign_id} |
External URL reference
| 119 | curl http://localhost:8000/campaigns/{campaign_id} |
External URL reference
| 162 | | RPC URL | `https://testnet-rpc.monad.xyz` | |
External URL reference
| 164 | | Block Explorer | `https://testnet.monadexplorer.com` | |
External URL reference
| 212 | "url": "https://twitter.com/...", |
External URL reference
| 335 | platformApi = "http://localhost:8000"; |
External URL reference
| 359 | `Campaign created! 🚀 Support here: https://agentfundraising.com/campaigns/${campaign.id}` |
External URL reference
| 418 | "sourceUrl": "https://twitter.com/..." |
External URL reference
| 485 | - Frontend: http://localhost:3000 |
External URL reference
| 486 | - Backend API: http://localhost:8000 |
External URL reference
| 487 | - Health Check: http://localhost:8000/health |
External URL reference
| 490 | - Explorer: https://testnet.monadexplorer.com |
External URL reference
| 491 | - Faucet: https://faucet.monad.xyz |
External URL reference
| 495 | - Discord: https://discord.gg/monaddev |
External URL reference
| 496 | - Moltbook: https://www.moltbook.com |
External URL reference
| 516 | Support here: https://agentfundraising.com/campaigns/abc123 |
External URL reference
| 584 | - Discord: https://discord.gg/monaddev |