learn
Fail
Audited by Snyk on Jun 19, 2026
Risk Level: HIGH
Full Analysis
HIGH W008: Secret detected in skill content (API keys, tokens, passwords).
- Secret detected (high risk: 1.00). I inspected the potential matches and the skill content against the secret definition and false-positive rules.
- The listed GOOGLE_API_KEY values (strings beginning with "AIzaSy...") match Google's API key format and are high-entropy, literal keys. They appear to be real, usable API keys (not placeholders like "YOUR_API_KEY"), so they meet the definition of secrets that should be treated as leaked credentials (or at least sensitive tokens that must be restricted/rotated). I therefore treat these as actual secrets.
- The STRIPE_API_KEY shown is a publishable key (prefix "pk_live_..."). Publishable Stripe keys are intended to be public (used in client-side code) and do not grant secret privileged access the way secret keys (sk_*) do. Per the guidance to ignore obvious documentation placeholders and low-security values, I am not treating the publishable Stripe key as a secret to flag.
No other secret-looking values appear in the skill_prompt content.
Therefore: real secrets present = yes (Google API keys). Ignored as non-secrets: the Stripe publishable key (pk_live_...).
Issues (1)
W008
HIGHSecret detected in skill content (API keys, tokens, passwords).
Audit Metadata