Skip to main content

fondo-rate-limits

Manages API rate limits for Fondo-connected services like Gusto and QuickBooks, ensuring efficient integration during peak workloads.

Install this skill

or
84/100

Security score

The fondo-rate-limits skill was audited on May 17, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 51

Template literal with variable interpolation in command context

SourceSKILL.md
51if (!l) throw new Error(`Unknown provider: ${provider}`);
medium line 88

Template literal with variable interpolation in command context

SourceSKILL.md
88throw new Error(`${provider} API ${res.status}: ${await res.text()}`);
medium line 103

Template literal with variable interpolation in command context

SourceSKILL.md
103fetch(`${PROVIDER_URLS[provider]}/transactions`, {
low line 130

External URL reference

SourceSKILL.md
130- [Stripe Rate Limits](https://stripe.com/docs/rate-limits)
Scanned on May 17, 2026
View Security Dashboard
Installation guide →