statusline-generator

Warn

Audited by Runlayer on Feb 21, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
5
Flagged
5
Chunks
5
Flagged Files (5)
SKILL.mdHIGH
78.3%

Malicious tool definition detected

Tool: SKILL.md Description: --- name: statusline-generator description: Configures and customizes Claude Code statuslines with multi-line layouts, cost tracking via ccusage, git status indicators, and customizable colors.

references/ccusage_integration.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/ccusage_integration.md Description: # ccusage Integration Reference This reference explains how the statusline integrates with `ccusage` for cost tracking and troubleshooting.

references/color_codes.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/color_codes.md Description: # ANSI Color Codes Reference This reference provides ANSI escape codes for customizing statusline colors.

scripts/generate_statusline.shHIGH
78.3%

Malicious tool definition detected

Tool: scripts/generate_statusline.sh Description: #!/usr/bin/env bash # Read JSON input from stdin input=$(cat) # Extract values from JSON model_full=$(echo "$input" | jq -r '.model.display_name' 2>/dev/null || echo "Claude") cwd=$(echo "$input" | jq -r '.workspace.current_dir' 2>/dev/null || pwd) transcript=$(echo "$input" | jq -r '.transcript_path' 2>/dev/null) # Shorten model name: "Sonnet 4.5 (with 1M token context)" -> "Sonnet 4.5 [1M]" model=$(echo "$model_full" | sed -E 's/(.*)\(with ([0-

scripts/install_statusline.shHIGH
78.3%

Malicious tool definition detected

Tool: scripts/install_statusline.sh Description: #!/usr/bin/env bash # Install statusline script to Claude Code configuration directory # Usage: ./install_statusline.sh [target_path] set -e # Determine target path if [ -n "$1" ]; then TARGET_PATH="$1" else TARGET_PATH="$HOME/.claude/statusline.sh" fi # Get the directory where this script is located SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" SOURCE_SCRIPT="$SCRIPT_DIR/generate_statusline.sh" # Check if source script exists if [ !

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
5
Files Flagged
5
Chunks Analyzed
5
Analyzed
Feb 21, 2026, 09:19 AM
Security Audit — runlayer — statusline-generator