remotion-docs

Fail

Audited by Snyk on Jul 16, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). 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.

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

  • Third-party content exposure detected (high risk: 0.85). SKILL.md:35-40 describes fetching Remotion documentation pages from the public web (via Algolia search results and then retrieving the corresponding .md URLs), which would ingest outsider-authored free text into the agent’s LLM context at runtime.

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


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

  • Secret detected (high risk: 1.00). 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.

Issues (4)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

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

W012
MEDIUM

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

W008
HIGH

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

Audit Metadata
Risk Level
HIGH
Analyzed
Jul 16, 2026, 01:39 PM
Issues
4
Security Audit — snyk — remotion-docs