CtrlK
BlogDocsLog inGet started
Tessl Logo

personwise/personwise-employee-onboarding

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

Quality

86%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Overview
Quality
Evals
Security
Files

Low

Low-risk findings.

1 low severity finding. Worth noting, but not necessarily harmful.

Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

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.

Why it was flagged

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.

Where we found it

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

Report incorrect finding
Audited
Security analysis
Snyk