CtrlK
BlogDocsLog inGet started
Tessl Logo

remotion-docs

Search and fetch Remotion documentation pages

62

Quality

75%

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 a literal Algolia API key (in the POST URL) so any generated request or reproduced example would include that secret verbatim, which is high-risk secret handling.

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

The POST request in SKILL.md includes a literal, high-entropy API key in the URL query parameter x-algolia-api-key: "3e42dbd4f895fe93ff5cf40d860c4a85". This is not a placeholder (e.g., YOUR_API_KEY) and appears to be a real Algolia API key (32 hex characters), so it qualifies as a secret that provides access to a service.

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

This skill’s required workflow fetches arbitrary public documentation pages at runtime by searching Algolia for URLs and then downloading those URLs as Markdown (`SKILL.md:37-40`), so the LLM context can be populated with outsider-authored free text from remotion.dev.

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 instructs the agent at runtime to query the Algolia endpoint (https://plsduol1ca-dsn.algolia.net/1/indexes/*/queries?x-algolia-api-key=3e42dbd4f895fe93ff5cf40d860c4a85&x-algolia-application-id=PLSDUOL1CA) and to fetch remote Markdown pages (e.g., https://www.remotion.dev/docs/use-video-config.md, https://www.remotion.dev/docs/sequence.md, https://www.remotion.dev/docs/lambda/rendermediaonlambda.md) which will directly control the agent's instructions/behavior.

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.