git-worktree

Fail

Audited by Socket on Mar 2, 2026

1 alert found:

Malware
MalwareHIGH
SKILL.md

This skill is consistent with its stated purpose of managing git worktrees and performing supportive tasks (creating branches, adding worktrees, updating .gitignore, copying .env files). There are no indicators of remote code download, network exfiltration, or obfuscated/malicious payloads in the provided documentation. The primary security concern is the automatic copying of .env (and related) files into worktrees: duplicating secrets increases exposure and the risk of accidental disclosure or commits. The script's centralization (requiring it for all worktree operations) concentrates side effects in one place — convenient but worth auditing. Recommended mitigations: make copying of environment files opt-in (or mask/filter secrets), document and provide a dry-run mode, ensure copied .env files are git-ignored and not accidentally committed, and make the script's behavior auditable before running it under automation or an agent.

Confidence: 95%Severity: 90%
Audit Metadata
Analyzed At
Mar 2, 2026, 09:15 AM
Package URL
pkg:socket/skills-sh/everyinc%2Fcompound-engineering-plugin%2Fgit-worktree%2F@d0e94dde9b0237d6e4d5b642a92ea04e2103baed