Skip to main content

bamboohr-ci-integration

Automates CI/CD pipelines for BambooHR integrations using GitHub Actions, enhancing testing and deployment efficiency.

Install this skill

or
61/100

Security score

The bamboohr-ci-integration skill was audited on May 19, 2026 and we found 15 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 54

Template literal with variable interpolation in command context

SourceSKILL.md
54```yaml
medium line 126

Template literal with variable interpolation in command context

SourceSKILL.md
126http.get(`${BASE}/employees/directory`, () =>
medium line 133

Template literal with variable interpolation in command context

SourceSKILL.md
133http.get(`${BASE}/employees/:id/`, () =>
medium line 136

Template literal with variable interpolation in command context

SourceSKILL.md
136http.post(`${BASE}/reports/custom`, () =>
medium line 140

Template literal with variable interpolation in command context

SourceSKILL.md
140http.get(`${BASE}/employees/ratelimited`, () =>
medium line 222

Template literal with variable interpolation in command context

SourceSKILL.md
222```yaml
low line 48

Webhook reference - potential data exfiltration

SourceSKILL.md
48# Optional: webhook testing
low line 49

Webhook reference - potential data exfiltration

SourceSKILL.md
49gh secret set BAMBOOHR_WEBHOOK_SECRET --body "your-webhook-hmac-secret"
low line 182

Access to .env file

SourceSKILL.md
182const HAS_CREDS = !!process.env.BAMBOOHR_API_KEY && !!process.env.BAMBOOHR_COMPANY_DOMAIN;
low line 186

Access to .env file

SourceSKILL.md
186companyDomain: process.env.BAMBOOHR_COMPANY_DOMAIN!,
low line 187

Access to .env file

SourceSKILL.md
187apiKey: process.env.BAMBOOHR_API_KEY!,
low line 109

External URL reference

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

External URL reference

SourceSKILL.md
123const BASE = 'https://api.bamboohr.com/api/gateway.php/testco/v1';
low line 242

External URL reference

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

External URL reference

SourceSKILL.md
274- [MSW for Testing](https://mswjs.io/)
Scanned on May 19, 2026
View Security Dashboard
Installation guide →