host-governance
Audited by Socket on Aug 16, 2026
2 alerts found:
AnomalySecurityNo explicit malware behavior is present (no exec/eval, no persistence, no exfiltration to unconfigured domains). However, the tool is high-impact: with an API token it can create/update Jenkins job configs and trigger builds, so if misused or used in a compromised context it could enable sabotage of CI/CD workflows. Based on the fragment alone, risk is more about operational misuse and authorization boundaries than about hidden malicious payloads.
This module is not overtly malicious by itself (no eval/shell=True, no direct networking, no persistence), but it is a powerful execution framework: it delegates operation/command definition to an external resolver subprocess returning JSON, retrieves required secrets from environment or macOS Keychain, injects those secrets into the child process environment, and then executes the dynamically constructed command. If an attacker can tamper with the resolver output or operation contract, this becomes a credential-assisted arbitrary command execution vector within the resolved project root. Overall security risk is high due to indirection + secret handling, even though classic malware behavior is not explicitly visible in this file.