Skip to main content

Agent Fundraising Platform

Enables AI agents to raise funds quickly and transparently through a multi-sig treasury on the Monad blockchain.

Install this skill

or
51/100

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

medium line 345

Template literal with variable interpolation in command context

SourceSKILL.md
345title: `${purpose} Fund`,
medium line 359

Template literal with variable interpolation in command context

SourceSKILL.md
359`Campaign created! 🚀 Support here: https://agentfundraising.com/campaigns/${campaign.id}`
medium line 37

Curl to non-GitHub URL

SourceSKILL.md
37curl -X POST https://faucet.monad.xyz \
medium line 59

Curl to non-GitHub URL

SourceSKILL.md
59curl -X POST http://localhost:8000/agents \
medium line 119

Curl to non-GitHub URL

SourceSKILL.md
119curl http://localhost:8000/campaigns/{campaign_id}
low line 81

Fetch to external URL

SourceSKILL.md
81const campaign = await fetch("http://localhost:8000/campaigns", {
low line 35

External URL reference

SourceSKILL.md
35**MON Faucet:** https://faucet.monad.xyz
low line 37

External URL reference

SourceSKILL.md
37curl -X POST https://faucet.monad.xyz \
low line 42

External URL reference

SourceSKILL.md
42**USDC Faucet:** https://faucet.circle.com (select Monad Testnet)
low line 59

External URL reference

SourceSKILL.md
59curl -X POST http://localhost:8000/agents \
low line 81

External URL reference

SourceSKILL.md
81const campaign = await fetch("http://localhost:8000/campaigns", {
low line 95

External URL reference

SourceSKILL.md
95url: "https://twitter.com/crypto_whale/status/123...",
low line 110

External URL reference

SourceSKILL.md
110Support this fundraising: https://agentfundraising.com/campaigns/{campaign_id}
low line 119

External URL reference

SourceSKILL.md
119curl http://localhost:8000/campaigns/{campaign_id}
low line 162

External URL reference

SourceSKILL.md
162| RPC URL | `https://testnet-rpc.monad.xyz` |
low line 164

External URL reference

SourceSKILL.md
164| Block Explorer | `https://testnet.monadexplorer.com` |
low line 212

External URL reference

SourceSKILL.md
212"url": "https://twitter.com/...",
low line 335

External URL reference

SourceSKILL.md
335platformApi = "http://localhost:8000";
low line 359

External URL reference

SourceSKILL.md
359`Campaign created! 🚀 Support here: https://agentfundraising.com/campaigns/${campaign.id}`
low line 418

External URL reference

SourceSKILL.md
418"sourceUrl": "https://twitter.com/..."
low line 485

External URL reference

SourceSKILL.md
485- Frontend: http://localhost:3000
low line 486

External URL reference

SourceSKILL.md
486- Backend API: http://localhost:8000
low line 487

External URL reference

SourceSKILL.md
487- Health Check: http://localhost:8000/health
low line 490

External URL reference

SourceSKILL.md
490- Explorer: https://testnet.monadexplorer.com
low line 491

External URL reference

SourceSKILL.md
491- Faucet: https://faucet.monad.xyz
low line 495

External URL reference

SourceSKILL.md
495- Discord: https://discord.gg/monaddev
low line 496

External URL reference

SourceSKILL.md
496- Moltbook: https://www.moltbook.com
low line 516

External URL reference

SourceSKILL.md
516Support here: https://agentfundraising.com/campaigns/abc123
low line 584

External URL reference

SourceSKILL.md
584- Discord: https://discord.gg/monaddev
Scanned on Jun 7, 2026
View Security Dashboard
Installation guide →