Interact with FundraiseUp REST API to manage donations, recurring plans, supporters, campaigns, and donor portal access. Process online and offline donations, retrieve fundraising analytics, and integrate with nonprofit CRM systems.
Security
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.70). The skill explicitly instructs the agent to call FundraiseUp REST API endpoints such as GET /donations, GET /supporters and GET /events (see the SKILL.md "Donations", "Supporters", and "Events" sections), which return user-generated/untrusted fields like supporter comments and custom_fields that the agent is expected to read and could materially influence downstream actions (e.g., CRM synces, processing logic).
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
Direct money access detected (high risk: 1.00). The skill is explicitly designed to process money: it provides FundraiseUp REST endpoints to create donations (POST /donations), create/update recurring plans, and process online/offline donations. The Create Donation flow requires a Stripe Payment Method ID and API keys with "create new donations" permission; the docs explicitly reference payment processing, PCI compliance, and credit-card payments. These are specific payment gateway/transaction operations (not generic API or browser tooling), so it grants direct financial execution capability.
f45fcb5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.