audio-video
Fail
Audited by Snyk on Apr 13, 2026
Risk Level: HIGH
Full Analysis
HIGH W008: Secret detected in skill content (API keys, tokens, passwords).
- Secret detected (high risk: 1.00). I scanned the full prompt for high-entropy literal values that could grant access.
Flagged:
- The Vimeo playback URL contains a long hex-like signature query parameter:
- signature=db1cd6946851313cb8f7be60d1f6c30af0902bcc46fdae0ba2a06e5fdf44c329 This is a high-entropy token embedded in a URL and likely a signed URL parameter that grants access to a protected video.
- The HLS example contains an "s=" query parameter that is high-entropy:
- s=c312c8533f97e808fccc92b0510b085c8122a875 This likewise appears to be a signing/access token in a media URL.
Both look like real, usable signed-URL tokens (high entropy, not placeholders) and thus meet the definition of secrets.
Ignored / not flagged:
- example.com and stream.example.com/cdn.example.com entries are placeholders/documentation examples.
- The builder-items.decentraland.org CID (bafybeic4...) is an IPFS/content identifier (not a credential).
- Other simple/sample values and filenames (assets/scene/Audio/..., example URLs without tokens) are documentation examples or low-entropy and were ignored per the rules.
Issues (1)
W008
HIGHSecret detected in skill content (API keys, tokens, passwords).
Audit Metadata