linkfox-keepa-product-series
Fail
Audited by Snyk on Aug 17, 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 repository for literal, high-entropy values that could be usable credentials. Most occurrences are environment variable names (e.g., LINKFOX_AGENT_API_KEY / LINKFOXAGENT_API_KEY), example placeholders in docs (e.g., B0XXXXXXXX, $LINKFOXAGENT_API_KEY), or low-entropy IDs used for innocuous defaults — all of which match the "WHAT TO IGNORE" rules.
One literal base64-like token is present in scripts/onboarding.py as the default _LOGIN_FIXED_UID. It is not a placeholder pattern, is high-entropy / encoded-looking, and is used as a header fallback for the login flow, so it could be a usable fixed credential/header value. I flag that as a potential secret.
Everything else (env var names, curl examples, hardcoded numeric IDs, user-agent strings, simple device IDs) were treated as non-secrets per the rules.
Issues (1)
W008
HIGHSecret detected in skill content (API keys, tokens, passwords).
Audit Metadata