claude-team
Fail
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- Persistence Mechanisms (HIGH): The script
assets/setup.shimplements a persistence mechanism by installing alaunchdconfiguration file to~/Library/LaunchAgents/com.claude-team.plist. This ensures that theclaude-teamHTTP server automatically starts whenever the user logs in, which is a technique used to maintain a long-term presence on a system. - Remote Code Execution (HIGH): The script
assets/setup.shcontains a hardcoded command patterncurl -LsSf https://astral.sh/uv/install.sh | sh. While this is presented as a manual installation instruction for theuvtool, it promotes the dangerous practice of executing remote scripts directly in a shell without prior verification or integrity checks. - Command Execution (MEDIUM): The setup script uses
sedto dynamically generate system-level configuration files and executeslaunchctlto modify the state of system services. While intended for setup, these capabilities can be abused to execute arbitrary processes in the background.
Recommendations
- HIGH: Downloads and executes remote code from: https://astral.sh/uv/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata