Creates talking head videos from any source material (docs, changelogs, blog posts, notes, transcripts). Produces multi-scene videos with avatar narration over screenshots/images using HeyGen v2 API. Supports Quick Shot and Full Producer modes.
56
66%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./skills/design/packs/video-production/talking-head-video/SKILL.mdSecurity
1 high severity finding. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The skill includes curl requests and headers that require inserting the HeyGen API key (e.g., X-Api-Key: <HEYGEN_API_KEY>) and tells the agent to read HEYGEN_API_KEY from .env, which forces the LLM to handle or emit secret values verbatim in commands/requests.
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
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.
In SKILL.md the runtime workflow ingests user-supplied free text and URLs as “source material” by reading pasted text/file paths and fetching/reading webpage content (Step 2 and Supported Inputs), then using that text to generate scene scripts.
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 fetches user-provided webpages and GitHub PRs at runtime and injects their contents into the script generation flow (e.g., the example source_url "https://posthog.com/changelog?id=2666"), meaning fetched external content can directly control the agent's output/prompting.
8866b2a
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.