linkfox-shopee-store-shop-flash-sale
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 skill files for literal, high-entropy credentials and found one non-placeholder token: a base64-like string assigned as a fixed UID header in scripts/onboarding.py. This string ("eyJhX2lkIjoiNmEyMmM4YjA1YmM5MTZhIiwiZF9pZCI6IiJ9") is not an obvious placeholder (unlike example values such as "" or "67890" used throughout the docs), appears to be a JWT-like/base64url payload used as a UID header fallback ("登录链路固定 uid header(实测可用)"), and therefore could be used in authentication flows — so it meets the definition of a secret here.
I ignored many documentation placeholders and simple example values (e.g., export LINKFOXAGENT_API_KEY="", shopId "67890") because they are explicit placeholders or low-entropy/demo values and per policy must not be flagged.
Issues (1)
W008
HIGHSecret detected in skill content (API keys, tokens, passwords).
Audit Metadata