Most lead magnets are PDFs that get downloaded and forgotten. Build an interactive digital-human lead magnet — a free mini course that delivers real standalone value and keeps answering subscriber questions after the opt-in. No fake scarcity, no invented results: your expertise, taught well enough to earn the list.
71
89%
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 instructs running its bundled bootstrap scripts at runtime which download and install the PersonWise CLI binary from https://releases.personwise.ai/cli/v1.1.6/personwise_1.1.6_windows_amd64.zip (and the platform-variable URL https://releases.personwise.ai/cli/v1.1.6/$artifact), thereby fetching and enabling execution of remote code that the Skill requires.
releases.personwise.ai
dependency · 1 site
The bootstrap.sh script downloads the PersonWise CLI binary from releases.personwise.ai at runtime, fetching and executing remote code as an unverifiable external dependency.
assets/bootstrap.sh
132
url="https://releases.personwise.ai/cli/v1.1.6/$artifact"