linkfox-keepa-product-request
Fail
Audited by Snyk on Aug 22, 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 skill docs and scripts for literal, high-entropy credentials. The only suspicious literal is the base64-like string assigned to _LOGIN_FIXED_UID in scripts/onboarding.py. This value is not a generic placeholder (e.g., YOUR_API_KEY) and appears to be a JWT/base64 payload used as a fixed uid header fallback ("登录链路固定 uid header(实测可用)"), so it could be a real token that provides access or identity information. No other high-entropy API keys, PEM/private keys, or similar secrets were found. Examples and environment variable names (e.g., $LINKFOXAGENT_API_KEY) are treated as placeholders and were ignored.
Issues (1)
W008
HIGHSecret detected in skill content (API keys, tokens, passwords).
Audit Metadata