CtrlK
BlogDocsLog inGet started
Tessl Logo

personwise/personwise-partner-training

Partners repeat what your materials say — to their customers, in public. Turn your approved partner program materials into an interactive digital-human partner training course that teaches the product story, the deal flow, and the rules exactly as approved, and answers partner questions on demand. Commissions, territories, and earnings are never promised beyond what you have approved.

72

Quality

90%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Overview
Quality
Evals
Security
Files

Low

Low-risk findings.

1 low severity finding. Worth noting, but not necessarily harmful.

Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

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.

Why it was flagged

The skill's bootstrap scripts are invoked at runtime to download and install a remote CLI binary from https://releases.personwise.ai/cli/v1.1.6/personwise_1.1.6_windows_amd64.zip (and the related https://releases.personwise.ai/cli/v1.1.6/$artifact), which fetches and installs executable code the skill depends on.

Where we found it

https://releases.personwise.ai/cli/v1.1.6/

url · 1 site

The bootstrap.sh script downloads the PersonWise CLI binary from releases.personwise.ai at runtime, fetching and installing executable code the skill depends on.

assets/bootstrap.sh

132

url="https://releases.personwise.ai/cli/v1.1.6/$artifact"

Report incorrect finding
Audited
Security analysis
Snyk