cortex
Audited by Socket on Apr 17, 2026
2 alerts found:
Anomalyx2This module is primarily a Git hook installer that persistently executes a repository-local Python tracer after every commit and suppresses errors/output to keep the commit flow smooth. There are no direct indicators of malware (no network activity, no secrets, no destructive commands) in the provided Bash itself, but the security-relevant risk is that it creates a hidden, repeated execution pathway for `trace_session.py` with reduced observability. Review `trace_session.py` for any exfiltration, sensitive data access, or unexpected persistence beyond the intended local tracking.
SUSPICIOUS: the core logging/handoff behavior is broadly consistent with a session-memory skill, but the footprint expands into automatic hook-based execution, inter-skill coordination, and especially automatic skill generation via Synapse without a verifiable trust model. No explicit exfiltration or credential harvesting is described, so this is not confirmed malware, but it carries meaningful supply-chain and transitive-trust risk.