Env Variable Harvesting
High
- Category
- Data Exfiltration
- Content
import { QuiverAI } from "@quiverai/sdk"; const client = new QuiverAI({ bearerAuth: process.env["QUIVERAI_API_KEY"], }); const logo = await client.createSVGs.generateSVG({- Confidence
- 70% confidence
- Finding
- Code enumerates, copies, or searches environment variables for secrets. Bulk environment access can collect credentials unrelated to the skill's stated purpose.
