critical
suspicious.env_credential_access
- Location
- index.js:10
- Finding
- Environment variable access combined with network send.
- Evidence
const baseUrl = process.env.ALIMERCE_API_URL || 'http://localhost:3000/api';
AdvisoryAudited by Static analysis on May 10, 2026.
Detected: suspicious.env_credential_access
const baseUrl = process.env.ALIMERCE_API_URL || 'http://localhost:3000/api';