CtrlK
BlogDocsLog inGet started
Tessl Logo

personwise/personwise-end-user-software-training

End users learn systems from whoever sits nearby — and their mistakes become your support queue. Turn your training guides into an interactive digital-human end-user software training course that walks users through the real workflows from your documentation. Screens, permissions, and click paths come only from your guides; the course never invents UI.

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 bootstrap scripts download and install a remote CLI executable at runtime (e.g., "https://releases.personwise.ai/cli/v1.1.6/personwise_1.1.6_windows_amd64.zip" and the shell URL "https://releases.personwise.ai/cli/v1.1.6/$artifact"), which fetches and executes remote code required by the Skill.

Where we found it

PersonWise CLI v1.1.6 from releases.personwise.ai

dependency · 4 sites

The bootstrap.sh script downloads the PersonWise CLI executable from releases.personwise.ai at runtime using curl, verifies its checksum, and installs it to ~/.local/bin/personwise; the SKILL.md instructs the agent to run this bootstrap script for install/upgrade.

assets/bootstrap.sh

132

url="https://releases.personwise.ai/cli/v1.1.6/$artifact"

134

curl --disable --fail --silent --show-error --proto '=https' --tlsv1.2 --connect-timeout 10 --max-time 300 --max-filesize "26214400" --output "$archive" "$url"

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