claude-multi-agent

Warn

Audited by Socket on Sep 13, 2026

3 alerts found:

Anomalyx3
AnomalyLOW
SKILL.md

BENIGN. The skill’s capabilities match its purpose as a Claude Code orchestration wrapper, and data flows stay with local files plus the official Anthropic CLI/backend. Main risk is operational: autonomous background runs and optional bypassPermissions can perform significant code and shell actions without per-step approval, but this is disclosed and proportionate to the skill’s purpose rather than covert or exfiltrative.

Confidence: 92%Severity: 62%
AnomalyLOW
scripts/launch-team-bg.sh

The code is a transparent background launcher rather than apparent malware. No data exfiltration, credential theft, obfuscation, or destructive behavior is present in the fragment. The main security concerns are the unsafe use of WORKTREE in a filesystem path and the default bypassPermissions mode, which can enable unrestricted actions by the downstream runner. Validate WORKTREE as a basename, use a safe log-directory construction, and require explicit opt-in for bypass permissions.

Confidence: 97%Severity: 58%
AnomalyLOW
assets/settings.json

The snippet itself is not malware; it is an event-driven configuration that enables execution of local shell scripts under `${CLAUDE_PROJECT_DIR}/.claude/hooks/` on multiple lifecycle events. This creates a high-impact command-execution pathway whose actual safety depends entirely on the contents and integrity of the referenced `.sh` hook scripts and whether they can be tampered with. Review and verify the `.claude/hooks/*.sh` files (and repository integrity/permissions) before trusting this configuration.

Confidence: 61%Severity: 62%
Audit Metadata
Analyzed At
Sep 13, 2026, 10:58 AM
Package URL
pkg:socket/skills-sh/symbaiex%2Fskills%2Fclaude-multi-agent%2F@3f3820255e657b305164eaad4df19a571df298ae6368b47bce50fc4562376ed9
Security Audit — socket — claude-multi-agent