Skip to main content

finta-rate-limits

Helps users understand Finta's usage limits and plan tiers to optimize fundraising efforts without disruptions.

Install this skill

or
68/100

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

medium line 47

Template literal with variable interpolation in command context

SourceSKILL.md
47if (!entry) throw new Error(`Unknown resource: ${resource}`);
medium line 82

Template literal with variable interpolation in command context

SourceSKILL.md
82throw new Error(`Webhook delivery failed: ${res.status}`);
medium line 23

Webhook reference - potential data exfiltration

SourceSKILL.md
23Finta 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
medium line 32

Webhook reference - potential data exfiltration

SourceSKILL.md
32| Webhook event delivery | 100 events | 1 minute | Per workspace |
low line 62

Webhook reference - potential data exfiltration

SourceSKILL.md
62tracker.register("webhook_events", 100, 60_000);
low line 68

Webhook reference - potential data exfiltration

SourceSKILL.md
68async function fintaWebhookRetry(payload: any, webhookUrl: string, maxRetries = 3): Promise<void> {
low line 71

Webhook reference - potential data exfiltration

SourceSKILL.md
71const res = await fetch(webhookUrl, {
low line 82

Webhook reference - potential data exfiltration

SourceSKILL.md
82throw new Error(`Webhook delivery failed: ${res.status}`);
low line 99

Webhook reference - potential data exfiltration

SourceSKILL.md
99const allowed = await tracker.acquire("webhook_events");
low line 101

Webhook reference - potential data exfiltration

SourceSKILL.md
101results.push(await fintaWebhookRetry(investor, WEBHOOK_URL));
medium line 115

Webhook reference - potential data exfiltration

SourceSKILL.md
115| Webhook delivery 429 | Burst of pipeline events | Queue events, deliver with 1s spacing |
low line 121

External URL reference

SourceSKILL.md
121- [Finta Pricing](https://www.trustfinta.com/pricing)
Scanned on May 17, 2026
View Security Dashboard
Installation guide →