A product update nobody understands becomes churn, not adoption. Turn release notes and migration docs into an interactive digital-human adoption course that explains what changed, who it affects, and exactly what to do by when. Compatibility, pricing, and migration outcomes are carried only from your approved materials — never promised.
70
88%
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 bundled bootstrap scripts run at runtime fetch 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 artifact URL template https://releases.personwise.ai/cli/v1.1.6/$artifact), which downloads and installs an executable that will run as a required dependency.
https://releases.personwise.ai/cli/v1.1.6/$artifact
url · 1 site
The bootstrap script constructs a URL from this template and uses curl to download and install a remote CLI binary at runtime, making it an unverifiable external dependency fetched and executed by the plugin.
assets/bootstrap.sh
132
url="https://releases.personwise.ai/cli/v1.1.6/$artifact"