Claude Code Statusline

PassAudited by VirusTotal on Mar 21, 2026.

Findings (1)

The skill bundle provides a utility to install and configure a custom status line for the Claude Code CLI. The implementation is high-quality and includes explicit security hardening measures such as strict file permission checks (600/400), symlink protection, input sanitization (stripping ANSI and control characters), and whitelisted configuration keys. No malicious behaviors like data exfiltration, unauthorized network access, or suspicious execution patterns were found; subprocess calls are restricted to local git commands with hardcoded arguments and no shell execution.