finta-rate-limits
Helps users understand Finta's usage limits and plan tiers to optimize fundraising efforts without disruptions.
Install this skill
Security score
The finta-rate-limits skill was audited on May 17, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 47 | if (!entry) throw new Error(`Unknown resource: ${resource}`); |
Template literal with variable interpolation in command context
| 82 | throw new Error(`Webhook delivery failed: ${res.status}`); |
Webhook reference - potential data exfiltration
| 23 | Finta operates as a web-first fundraising platform without a traditional REST API, so rate limits manifest as plan-tier usage caps rather than HTTP request quotas. When building integrations through F |
Webhook reference - potential data exfiltration
| 32 | | Webhook event delivery | 100 events | 1 minute | Per workspace | |
Webhook reference - potential data exfiltration
| 62 | tracker.register("webhook_events", 100, 60_000); |
Webhook reference - potential data exfiltration
| 68 | async function fintaWebhookRetry(payload: any, webhookUrl: string, maxRetries = 3): Promise<void> { |
Webhook reference - potential data exfiltration
| 71 | const res = await fetch(webhookUrl, { |
Webhook reference - potential data exfiltration
| 82 | throw new Error(`Webhook delivery failed: ${res.status}`); |
Webhook reference - potential data exfiltration
| 99 | const allowed = await tracker.acquire("webhook_events"); |
Webhook reference - potential data exfiltration
| 101 | results.push(await fintaWebhookRetry(investor, WEBHOOK_URL)); |
Webhook reference - potential data exfiltration
| 115 | | Webhook delivery 429 | Burst of pipeline events | Queue events, deliver with 1s spacing | |
External URL reference
| 121 | - [Finta Pricing](https://www.trustfinta.com/pricing) |