bamboohr-rate-limits
Optimizes BambooHR API requests by implementing rate limiting and retry logic to handle 429/503 errors effectively.
Install this skill
or
74/100
Security score
The bamboohr-rate-limits skill was audited on Jun 3, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 84
Template literal with variable interpolation in command context
SourceSKILL.md
| 84 | `BambooHR rate limited (attempt ${attempt + 1}/${config.maxRetries}). ` + |
medium line 85
Template literal with variable interpolation in command context
SourceSKILL.md
| 85 | `Waiting ${(delay / 1000).toFixed(1)}s...` |
medium line 149
Template literal with variable interpolation in command context
SourceSKILL.md
| 149 | 'GET', `/employees/changed/?since=${lastSyncTimestamp}`, |
medium line 159
Template literal with variable interpolation in command context
SourceSKILL.md
| 159 | 'GET', `/employees/changed/tables/jobInfo?since=${lastSyncTimestamp}`, |
medium line 220
Webhook reference - potential data exfiltration
SourceSKILL.md
| 220 | - **Webhook alternatives**: Use webhooks for real-time changes instead of polling (see `bamboohr-webhooks-events`) |
low line 224
External URL reference
SourceSKILL.md
| 224 | - [BambooHR API Technical Overview](https://documentation.bamboohr.com/docs/api-details) |
Scanned on Jun 3, 2026
View Security Dashboard