openserv-ideaboard-api
Warn
Audited by Socket on Sep 22, 2026
1 alert found:
SecuritySecurityexamples/get-api-key.ts
MEDIUMSecurityMEDIUM
examples/get-api-key.ts
This module is a legitimate-looking credential acquisition/authentication helper (SIWE signing + fixed API endpoints) with no clear indicators of covert malware behavior. However, it has a major operational security flaw: it prints the API key to stdout and may print a generated wallet private key when WALLET_PRIVATE_KEY is absent. These outputs can directly lead to credential compromise via CI logs, log aggregators, terminal history, or console capture. Network activity is limited to the single configured OpenServ API host for nonce retrieval/verification, but the sensitive disclosure behavior makes the security risk high for real deployments.
Confidence: 78%Severity: 78%
Audit Metadata