bamboohr-common-errors
Diagnoses and resolves BambooHR API errors, providing solutions for common HTTP response issues to streamline HR operations.
Install this skill
Security score
The bamboohr-common-errors skill was audited on Jun 3, 2026 and we found 16 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 35 | const res = await fetch(`${BASE}/employees/999/`, { |
Template literal with variable interpolation in command context
| 41 | console.error(`HTTP ${res.status}: ${errorDetail || res.statusText}`); |
Template literal with variable interpolation in command context
| 59 | ```bash |
Template literal with variable interpolation in command context
| 102 | ```bash |
Template literal with variable interpolation in command context
| 153 | console.warn(`Rate limited. Waiting ${retryAfter}s...`); |
Template literal with variable interpolation in command context
| 181 | ```bash |
Template literal with variable interpolation in command context
| 194 | ```bash |
Curl to non-GitHub URL
| 209 | curl -s https://status.bamboohr.com | head -c 100 |
External URL reference
| 66 | "https://api.bamboohr.com/api/gateway.php/${BAMBOOHR_COMPANY_DOMAIN}/v1/employees/directory" |
External URL reference
| 105 | "https://api.bamboohr.com/api/gateway.php/${BAMBOOHR_COMPANY_DOMAIN}/v1/employees/0/?fields=firstName,lastName" \ |
External URL reference
| 171 | 1. Check [BambooHR Status Page](https://status.bamboohr.com) for outages |
External URL reference
| 201 | BASE="https://api.bamboohr.com/api/gateway.php/${BAMBOOHR_COMPANY_DOMAIN}/v1" |
External URL reference
| 209 | curl -s https://status.bamboohr.com | head -c 100 |
External URL reference
| 244 | - [BambooHR API Details](https://documentation.bamboohr.com/docs/api-details) |
External URL reference
| 245 | - [BambooHR Status Page](https://status.bamboohr.com) |
External URL reference
| 246 | - [BambooHR Field Names](https://documentation.bamboohr.com/docs/list-of-field-names) |