Compliance training that nobody reads becomes the incident nobody wants. Turn your policies and regulatory materials into an interactive digital-human compliance training course that employees can actually question — obligations carried exactly from your source documents. The course never claims to be legal compliance, certification, or advice itself; the authority stays with your source.
65
82%
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 download and install a remote CLI binary at runtime (e.g., "https://releases.personwise.ai/cli/v1.1.6/personwise_1.1.6_windows_amd64.zip" and "https://releases.personwise.ai/cli/v1.1.6/$artifact"), which fetches and executes remote code the Skill requires.
https://releases.personwise.ai/cli/v1.1.6/
url · 1 site
The bootstrap.sh script downloads and installs the PersonWise CLI binary from releases.personwise.ai at runtime, fetching and executing remote code the Skill requires.
assets/bootstrap.sh
132
url="https://releases.personwise.ai/cli/v1.1.6/$artifact"