Skip to main content

bamboohr-core-workflow-a

Facilitates employee management and reporting through BambooHR workflows, enabling CRUD operations and directory synchronization.

Install this skill

or
61/100

Security score

The bamboohr-core-workflow-a skill was audited on May 19, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 45

Template literal with variable interpolation in command context

SourceSKILL.md
45const newEmpRes = await fetch(`${BASE}/employees/`, {
medium line 64

Template literal with variable interpolation in command context

SourceSKILL.md
64console.log(`Created employee ID: ${newId}`);
medium line 71

Template literal with variable interpolation in command context

SourceSKILL.md
71await fetch(`${BASE}/employees/${newId}/`, {
medium line 104

Template literal with variable interpolation in command context

SourceSKILL.md
104'GET', `/employees/changed/?since=${lastSyncTimestamp}`,
medium line 118

Template literal with variable interpolation in command context

SourceSKILL.md
118result.errors.push(`Employee ${empId}: ${(err as Error).message}`);
medium line 144

Template literal with variable interpolation in command context

SourceSKILL.md
144console.log(` ${dept}: ${count}`);
medium line 157

Template literal with variable interpolation in command context

SourceSKILL.md
157console.log(`Report: ${savedReport.title}`);
low line 62

External URL reference

SourceSKILL.md
62// e.g., "https://api.bamboohr.com/.../v1/employees/456"
low line 217

External URL reference

SourceSKILL.md
217- [BambooHR Create Employee](https://documentation.bamboohr.com/reference/add-employee-2)
low line 218

External URL reference

SourceSKILL.md
218- [BambooHR Table Fields](https://documentation.bamboohr.com/docs/table-name-fields)
low line 219

External URL reference

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