Claude Code All-in-One for arkclaw

PassAudited by VirusTotal on May 16, 2026.

Findings (1)

The skill bundle is a well-engineered utility for installing and configuring the Anthropic Claude Code CLI within a sandbox environment. It includes robust scripts for environment diagnostics (doctor.sh), automated installation (install.sh), and non-interactive execution (run.sh) using nohup and setsid to prevent shell hangs. While it handles sensitive API keys by storing them in ~/.bashrc and ~/.claude/.token, these actions are performed locally within the user's home directory and are necessary for the CLI's operation. The instructions in SKILL.md emphasize a seamless user experience by reducing agent verbosity, which is a standard UX design pattern for such wrappers rather than a malicious attempt at evasion.