cometchat-flutter-v6-production
Fail
Audited by Snyk on May 14, 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 literal, high-entropy credentials. I found a long hex-looking string hardcoded in a client-side class:
- AppCredentials.authKey = '4152b0366478871f0fa8d19a287dd6f5ed5f8eff' — this is a high-entropy, literal value that looks like a real API/auth key and is embedded in client code (explicitly marked "DON'T ship this"). This meets the definition of a secret and is actionable.
Other values I did NOT flag:
- appId = '26580020f03ff346' — app IDs are explicitly non-secret in the doc and are expected to be public identifiers.
- The JSON example authToken ("user_uid_1a2b3c4d5e6f7a8b9c0d1e2f") appears to be an illustrative/test token (prefixed with "user_uid_") and is not clearly a live credential.
- Numerous placeholders (APP_ID, AUTH_KEY, YOUR_AUTH_KEY, YOUR_APP_ID, etc.) and example strings elsewhere are documentation placeholders and intentionally ignored per the rules.
Issues (1)
W008
HIGHSecret detected in skill content (API keys, tokens, passwords).
Audit Metadata