Skip to main content

bamboohr-prod-checklist

Facilitates the execution of BambooHR production deployment checklists and rollback procedures for seamless integration launches.

Install this skill

or
63/100

Security score

The bamboohr-prod-checklist skill was audited on May 23, 2026 and we found 13 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 144

Template literal with variable interpolation in command context

SourceSKILL.md
144```bash
medium line 150

Curl to non-GitHub URL

SourceSKILL.md
150curl -sf "https://status.bamboohr.com" > /dev/null || { echo "BambooHR may be down!"; exit 1; }
medium line 170

Curl to non-GitHub URL

SourceSKILL.md
170curl -sf "https://your-app.com/api/health" | jq .bamboohr
medium line 182

Curl to non-GitHub URL

SourceSKILL.md
182curl -sf "https://your-app.com/api/health" | jq .
medium line 47

Webhook reference - potential data exfiltration

SourceSKILL.md
47- [ ] Webhook secret stored securely
medium line 73

Webhook reference - potential data exfiltration

SourceSKILL.md
73- [ ] Webhook signatures verified with HMAC-SHA256
low line 150

External URL reference

SourceSKILL.md
150curl -sf "https://status.bamboohr.com" > /dev/null || { echo "BambooHR may be down!"; exit 1; }
low line 156

External URL reference

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

External URL reference

SourceSKILL.md
170curl -sf "https://your-app.com/api/health" | jq .bamboohr
low line 182

External URL reference

SourceSKILL.md
182curl -sf "https://your-app.com/api/health" | jq .
low line 204

External URL reference

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

External URL reference

SourceSKILL.md
205- [BambooHR API Changes](https://documentation.bamboohr.com/docs/past-changes-to-the-api)
low line 206

External URL reference

SourceSKILL.md
206- [BambooHR Planned Changes](https://documentation.bamboohr.com/docs/planned-changes-to-the-api)
Scanned on May 23, 2026
View Security Dashboard
Installation guide →