deployment
Audited by Socket on Mar 12, 2026
1 alert found:
Obfuscated FileVerdict: SUSPICIOUS to BENIGN-UNCERTAIN. The skill aligns with its stated purpose of deploying ContextVM in production, using Docker/Kubernetes-like patterns and env-based configuration. However, credential handling in env vars, potential exposure via logs, and use of non-null assertions for env-derived keys introduce meaningful security risks if not properly mitigated. The workflow relies on environment secrets (SERVER_PRIVATE_KEY, CLIENT_PRIVATE_KEY) and relay endpoints that, if misconfigured, could leak sensitive data or enable unauthorized access. Recommend tightening secret-management requirements, enforcing log redaction, validating environment inputs, and ensuring TLS/transport security and restricted log destinations. If these mitigations are not enforced, raise the securityRisk to a higher level.