Skip to main content

bamboohr-common-errors

Diagnoses and resolves BambooHR API errors, providing solutions for common HTTP response issues to streamline HR operations.

Install this skill

or
52/100

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

medium line 35

Template literal with variable interpolation in command context

SourceSKILL.md
35const res = await fetch(`${BASE}/employees/999/`, {
medium line 41

Template literal with variable interpolation in command context

SourceSKILL.md
41console.error(`HTTP ${res.status}: ${errorDetail || res.statusText}`);
medium line 59

Template literal with variable interpolation in command context

SourceSKILL.md
59```bash
medium line 102

Template literal with variable interpolation in command context

SourceSKILL.md
102```bash
medium line 153

Template literal with variable interpolation in command context

SourceSKILL.md
153console.warn(`Rate limited. Waiting ${retryAfter}s...`);
medium line 181

Template literal with variable interpolation in command context

SourceSKILL.md
181```bash
medium line 194

Template literal with variable interpolation in command context

SourceSKILL.md
194```bash
medium line 209

Curl to non-GitHub URL

SourceSKILL.md
209curl -s https://status.bamboohr.com | head -c 100
low line 66

External URL reference

SourceSKILL.md
66"https://api.bamboohr.com/api/gateway.php/${BAMBOOHR_COMPANY_DOMAIN}/v1/employees/directory"
low line 105

External URL reference

SourceSKILL.md
105"https://api.bamboohr.com/api/gateway.php/${BAMBOOHR_COMPANY_DOMAIN}/v1/employees/0/?fields=firstName,lastName" \
low line 171

External URL reference

SourceSKILL.md
1711. Check [BambooHR Status Page](https://status.bamboohr.com) for outages
low line 201

External URL reference

SourceSKILL.md
201BASE="https://api.bamboohr.com/api/gateway.php/${BAMBOOHR_COMPANY_DOMAIN}/v1"
low line 209

External URL reference

SourceSKILL.md
209curl -s https://status.bamboohr.com | head -c 100
low line 244

External URL reference

SourceSKILL.md
244- [BambooHR API Details](https://documentation.bamboohr.com/docs/api-details)
low line 245

External URL reference

SourceSKILL.md
245- [BambooHR Status Page](https://status.bamboohr.com)
low line 246

External URL reference

SourceSKILL.md
246- [BambooHR Field Names](https://documentation.bamboohr.com/docs/list-of-field-names)
Scanned on Jun 3, 2026
View Security Dashboard
Installation guide →