host-governance

Warn

Audited by Socket on Aug 16, 2026

2 alerts found:

AnomalySecurity
AnomalyLOW
scripts/jenkins_api.py

No 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.

Confidence: 62%Severity: 55%
SecurityMEDIUM
scripts/host-governance.py

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.

Confidence: 62%Severity: 70%
Audit Metadata
Analyzed At
Aug 16, 2026, 08:09 AM
Package URL
pkg:socket/skills-sh/hu-wentao%2Fskills%2Fhost-governance%2F@366a51ab7f8b78840ced1fb70de97d42ba697d92e40c861074ad95f9bccd17a5
Security Audit — socket — host-governance