Every new hire asks the same first-week questions, and HR answers them one at a time. Turn your handbook and onboarding plan into an interactive digital-human employee onboarding course that ramps new hires and answers their questions on demand. Individual labor, compensation, or legal matters always route back to HR — the course never improvises them.
68
86%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The Skill explicitly instructs running bundled bootstrap installers that download and install a remote CLI binary from https://releases.personwise.ai/cli/v1.1.6/personwise_1.1.6_windows_amd64.zip (and the corresponding https://releases.personwise.ai/cli/v1.1.6/$artifact) at runtime, which fetches and executes remote code.
releases.personwise.ai CLI bootstrap installer
dependency · 3 sites
The SKILL.md explicitly instructs running the bundled bootstrap.sh script which downloads and installs a remote CLI binary from https://releases.personwise.ai/cli/v1.1.6/ at runtime, fetching and executing remote code.
assets/bootstrap.sh
132
url="https://releases.personwise.ai/cli/v1.1.6/$artifact"
SKILL.md
80
run the bundled `assets/bootstrap.sh --approve-install` on Linux/macOS
132
`assets/bootstrap.sh --approve-upgrade` on Linux/macOS