autonomous-dispatcher

Warn

Audited by Socket on Sep 14, 2026

5 alerts found:

Anomalyx5
AnomalyLOW
SKILL.md

SUSPICIOUS. The skill is internally coherent for a GitHub issue dispatcher, and its main data flows go to official GitHub/AWS services, so it is not confirmed malicious. Risk is elevated because it autonomously acts on untrusted issue content, mints GitHub App tokens, and can trigger remote AWS SSM execution, giving it a broader footprint than a simple read-only coordinator.

Confidence: 88%Severity: 58%
AnomalyLOW
scripts/dispatcher-multi-tick.sh

The fragment is legitimate dispatcher orchestration code and shows no clear malware behavior. However, its inline-block validator is incomplete: it validates only a prefix and a blacklist, while eval interprets the complete line as Bash. An attacker or accidental configuration author able to modify dispatcher.conf could potentially achieve unintended command execution or file redirection. The trust-gate assumption reduces exposure but does not make eval safe. The code should parse assignments without eval or use a strict full-line grammar and explicitly reject whitespace after the value and all shell operators.

Confidence: 97%Severity: 67%
AnomalyLOW
scripts/lib-review-resolve.sh

No clear malware or supply-chain backdoor is present. The main security issue is deliberate execution of AGENT_REVIEW_LAUNCHER_<AGENT> through eval; this permits arbitrary command execution when that environment value is attacker-controlled or insufficiently trusted. The implementation otherwise performs environment-based precedence resolution and model labeling consistent with its documented purpose.

Confidence: 97%Severity: 62%
AnomalyLOW
scripts/session-log-probe-remote-aws-ssm.sh

The fragment appears to be a remote SSM log-management utility with deliberate validation and error handling. No clear malicious payload, credential theft, exfiltration, persistence, or obfuscation is present. Security review should verify that SSM_REMOTE_PROJECT_ID and ISSUE_NUM are strictly validated before heredoc interpolation; otherwise they may enable remote shell command injection. Sourcing an arbitrary absolute profile is also high-impact but appears intentional.

Confidence: 90%Severity: 62%
AnomalyLOW
scripts/adapters/opencode.sh

The fragment appears to implement legitimate opencode session management and does not show clear malware. However, it contains a potentially exploitable shell-command injection and path-manipulation weakness because dispatcher session_id is interpolated into an awk system() command and sidecar path without validation or escaping. Strict validation of session_id, use of safe file APIs, and removal of shell execution from awk are recommended. Model argument quoting should also be corrected.

Confidence: 94%Severity: 68%
Audit Metadata
Analyzed At
Sep 14, 2026, 05:12 PM
Package URL
pkg:socket/skills-sh/zxkane%2Fautonomous-dev-team%2Fautonomous-dispatcher%2F@bc8313a541ffd89a1e9fb267cd4a35943ff93592ad30b816de045cbdec87e887
Security Audit — socket — autonomous-dispatcher