unwiring-arena
Audited by Socket on Feb 16, 2026
1 alert found:
Malware[Skill Scanner] Natural language instruction to download and install from URL detected This skill's implementation is mostly consistent with its stated purpose (game-theoretic arena, unwiring rules, play/coplay cycles). The primary supply-chain/security concern is network data flow: the Python NATS integration is configured to publish agent state/mutations to a third-party broker 'nats://nonlocal.info:4222' with no shown authentication or encryption. That creates a plausible data-exfiltration vector for in-memory agent state or other runtime artifacts. There are also minor inconsistencies in GF(3) enumerations across fragments and developer-local file:/// links in docs that should be sanitized. Overall: functional and readable, but suspicious because of an unsafe default remote broker and missing transport/auth details — treat as SUSPICIOUS and require explicit configurable, authenticated/trusted NATS endpoints, message sanitization/redaction, and clearer documentation before use in sensitive environments.