hexabot-action-creator
Warn
Audited by Socket on Sep 15, 2026
1 alert found:
AnomalyAnomalyexamples/create-crm-ticket.action.example.ts
LOWAnomalyLOW
examples/create-crm-ticket.action.example.ts
The code implements a legitimate CRM ticket creation action and shows no clear malware indicators or intentional obfuscation. The main security risk is that base_url controls an authenticated outbound request without an in-code allowlist, allowing credential and ticket-data disclosure if settings are attacker-controlled or misconfigured. Restrict base_url to approved CRM origins and protocols, and declare timeout_ms in the settings schema or remove the unsupported access. Logging and propagation of requester data and remote error text should also be reviewed for privacy and information-disclosure requirements.
Confidence: 96%Severity: 58%
Audit Metadata