hubspot-security-queue
Warn
Audited by Socket on Apr 15, 2026
1 alert found:
SecuritySecurityscripts/run-report.mjs
MEDIUMSecurityMEDIUM
scripts/run-report.mjs
No direct evidence of intentional malware in this JavaScript orchestrator. The dominant security concern is supply-chain execution risk: it executes a Python script located under a CLI-provided directory and passes all environment variables (including secrets) to that subprocess. It also exfiltrates SKILL.md and generated report data to a third-party AI service and can post the resulting summary to a Slack webhook provided via environment variable. Net: medium-to-high security risk primarily due to execution of untrusted/local code paths and secret exposure to the child process; malware likelihood from this snippet alone appears low.
Confidence: 66%Severity: 70%
Audit Metadata