CtrlK
BlogDocsLog inGet started
Tessl Logo

personwise/personwise-customer-onboarding

Every new customer asks the same first-week questions, and your team answers them one call at a time. Turn your confirmed onboarding materials into an interactive digital-human course that walks new customers from signup to first value and answers their questions along the way. Built only on confirmed scope, timelines, and support channels — never invented promises.

68

Quality

85%

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 bundled bootstrap scripts download and install a remote CLI binary (which will be executed) from the PersonWise releases URL https://releases.personwise.ai/cli/v1.1.6/personwise_1.1.6_windows_amd64.zip (and the equivalent $artifact URL used by the shell bootstrap), so the skill relies on fetching and running remote executable code at runtime.

Where we found it

personwise CLI 1.1.6 from releases.personwise.ai

dependency · 7 sites

The bootstrap.sh script downloads and installs the PersonWise CLI binary (version 1.1.6) from https://releases.personwise.ai/cli/v1.1.6/ at runtime, with platform-specific artifacts verified by embedded SHA256 checksums. The SKILL.md instructs the agent to run this bootstrap for install/upgrade.

Report incorrect finding
Audited
Security analysis
Snyk