Fundraise Up
Analysis
The skill is coherent with FundraiseUp, but it can use a live fundraising API key to read donor data and create donations or recurring plans, so it needs careful review before installation.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
#### Create Donation **Endpoint:** `POST /donations` **Description:** Create a one-time or recurring donation ... `payment_method_id` ... `recurring_plan`
This shows the skill instructs the agent how to perform a live financial mutation, including use of a payment method and optional recurring plan, via a raw API call.
Source: unknown Homepage: none
The skill has limited provenance information, which matters more because it is asking users to connect a financial fundraising API.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Required environment variables: `FUNDRAISEUP_API_KEY` ... Select permissions: Retrieve donation data; Create new donations; Generate Donor Portal access links
This shows the skill needs a bearer API key with privileges to read donor/payment-related data, create donations, and generate account access links.
