Every cohort arrives asking the same questions, and student services answers them all term. Turn your handbook and orientation materials into an interactive digital-human student orientation course that prepares new students before day one and stays askable after. Fees, visas, housing, and policies come only from your documents — never invented.
68
86%
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 bootstrap scripts run at runtime download and install the PersonWise CLI (executing remote code) from the release URLs such as 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, so these runtime downloads control executed code.
releases.personwise.ai
domain · 1 site
The bootstrap.sh script downloads the PersonWise CLI executable from releases.personwise.ai at runtime, executing remote code after verifying checksums.
assets/bootstrap.sh
132
url="https://releases.personwise.ai/cli/v1.1.6/$artifact"