CtrlK
BlogDocsLog inGet started
Tessl Logo

remotion-docs

Search Remotion documentation

61

Quality

73%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

Fix and improve this skill with Tessl

tessl review fix ./packages/skills/skills/remotion-docs/SKILL.md
SKILL.md
Quality
Evals
Security

Security

2 findings: 2 high severity. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions.

What this means

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.

Why it was flagged

The skill embeds an explicit Algolia API key (in the POST URL) and shows using it in requests/commands, which requires including the secret verbatim and creates an exfiltration risk.

Report incorrect finding
High

W008: Secret detected in skill content (API keys, tokens, passwords).

What this means

Detected sensitive credentials directly embedded within the skill content, such as API keys, access tokens, private keys, or service-specific secrets. Secrets should never be hardcoded in plain text within skill instructions.

Why it was flagged

Line 15 contains a high-entropy, literal API key-like value in the Algolia request query parameter: "x-algolia-api-key=3e42dbd4f895fe93ff5cf40d860c4a85". This looks like a real, usable API key (random hex-like string) rather than a documentation placeholder, so it meets the definition of a secret. The accompanying application ID (PLSDUOL1CA) is an identifier and not flagged.

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

In SKILL.md, the runtime workflow searches Remotion docs via Algolia (query and then selects hit URLs) and then fetches the resulting documentation pages as Markdown (adding `.md`), which entails reading outsider-modifiable free text only through user-controlled search queries and selected URLs.

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 issues runtime requests to Algolia at https://plsduol1ca-dsn.algolia.net/1/indexes/*/queries?x-algolia-api-key=3e42dbd4f895fe93ff5cf40d860c4a85&x-algolia-application-id=PLSDUOL1CA and then fetches remote Markdown pages such as https://www.remotion.dev/docs/use-video-config.md which are injected into the agent's context and therefore directly control its prompts/responses.

Repository
remotion-dev/remotion
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.