Search and fetch Remotion documentation pages
62
75%
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 ./packages/skills/skills/remotion-docs/SKILL.mdSecurity
2 findings: 2 high severity. 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 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.
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.
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.
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.
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.
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 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.
03df8b0
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.