CtrlK
BlogDocsLog inGet started
Tessl Logo

product-launch-video

Turn a product or marketing URL, pasted script, or brief into a product launch / promo video — SaaS promos, feature reveals, product demos, app and company launches. Use when the user wants to market, launch, promote, or reveal a product; the default for any commercial URL. Site tours / showcases of a website route here too — the brief carries the show-it-as-is intent. Unclear → /hyperframes.

76

Quality

96%

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

SKILL.md
Quality
Evals
Security

Low

Low-risk findings.

2 low severity findings. Worth noting, but not necessarily harmful.

Low

W011: Third-party content exposure detected (indirect prompt injection risk).

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

At runtime this skill ingests outsider-authored free text via the Step 1 capture path when the user provides an explicit URL (and/or pasted script) that `npx hyperframes capture "<URL>" -o ./capture --json` crawls and extracts as readable text into `capture/extracted/visible-text.txt`/asset descriptions, which are then used to draft `SCRIPT.md`/`STORYBOARD.md` and ultimately into frame content.

Report incorrect finding
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 assemble-index.mjs template injects and will load/execute the remote GSAP script at runtime (https://cdn.jsdelivr.net/npm/gsap@3.14.2/dist/gsap.min.js), which is a required runtime JavaScript dependency for the assembled index.html and therefore executes remote code during skill runtime.

Repository
heygen-com/hyperframes
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.