SOPs get skimmed once and forgotten — until someone skips a step. Turn your SOP and policy documents into an interactive digital-human process training course that teaches the procedure exactly as written and answers questions against the source. The course always names the SOP version it teaches and never replaces supervision, licenses, or sign-off.
64
80%
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 runs its bundled bootstrap installer (SKILL.md:68-69) which at runtime downloads and installs a remote CLI binary from https://releases.personwise.ai/cli/v1.1.6/personwise_1.1.6_windows_amd64.zip (and the shell variant https://releases.personwise.ai/cli/v1.1.6/$artifact), meaning it fetches and installs/executes remote code required for the skill to run.
releases.personwise.ai (PersonWise CLI binary)
dependency · 1 site
The bootstrap.sh script downloads and installs the PersonWise CLI binary from releases.personwise.ai at runtime, which is an unverifiable external dependency fetched and executed by the plugin.
assets/bootstrap.sh
132
url="https://releases.personwise.ai/cli/v1.1.6/$artifact"