xmake-distributed-compilation
Fail
Audited by Snyk on May 8, 2026
Risk Level: HIGH
Full Analysis
HIGH W008: Secret detected in skill content (API keys, tokens, passwords).
- Secret detected (high risk: 1.00). I found a high-entropy, literal token value present in the examples that appears to be an actual authentication token and thus a hardcoded secret. Specifically, the string "590234653af52e91b9e438ed860f1a2b" appears in the server.conf tokens array and is reused in the client.conf host token fields. This value is random-looking (32 hex chars) and is used by the service as a whitelist/auth token, so it qualifies as a secret.
Ignored items / not flagged:
- tokens = { "..." } in one snippet is an obvious placeholder and ignored.
- usernames like "ruki", listen addresses, file paths, and other config values are not secrets.
- there are no private key blocks, API key prefixes (e.g., sk-...), or simple example passwords in this document.
Issues (1)
W008
HIGHSecret detected in skill content (API keys, tokens, passwords).
Audit Metadata