Search Remotion documentation
61
73%
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 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.
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.
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.
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 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.
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 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.
77354de
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.