perplexity
Audited by Socket on Mar 10, 2026
1 alert found:
Obfuscated FileThis module is a thin CLI that forwards user-supplied JSON to an external agent router. The file itself contains no explicit malware-like constructs, but it poses a moderate supply-chain and data-exfiltration risk because it passes arbitrary JSON and an environment-sourced (or hardcoded) credential to an opaque external SDK. Immediate recommendations: remove or secure the hardcoded default key, require or document a deliberate environment variable for production, add stronger payload validation and allowlisting, sanitize or redact sensitive fields before sending, and audit the ai_agent_marketplace package (network endpoints, telemetry, and credential handling) before use in sensitive environments.