registry  /  claude-session-hud  /  0.5.0

claude-session-hud@0.5.0

Live macOS desktop widget (Übersicht) for Claude Code sessions - status, current activity, click-to-focus the VS Code window, and idle notifications.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 9 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 8 file(s), 29.1 KB of source, external domains: brew.sh

Source & flagged code

3 flagged · loading source
lib/install.jsView file
3const path = require('path'); L4: const { execSync } = require('child_process'); L5: const P = require('./paths'); ... L46: for (const plist of [P.PLIST_FILE, P.PLIST_FILE_USAGE]) { L47: try { execSync(`launchctl unload "${plist}" 2>/dev/null`); } catch {} L48: execSync(`launchctl load "${plist}"`);
Medium
Install Persistence

Source writes installer persistence such as shell profile or service configuration.

lib/install.jsView on unpkg · L3
lib/deps.jsView file
2const fs = require('fs'); L3: const { execSync } = require('child_process'); L4: L5: function has(bin) { L6: try { execSync(`command -v ${bin}`, { stdio: 'ignore', shell: '/bin/bash' }); return true; } L7: catch { return false; } ... L20: function ensure() { L21: if (process.platform !== 'darwin') { L22: throw new Error('claude-session-hud is macOS-only (needs Übersicht, launchd, AppleScript).'); ... L24: if (!has('brew')) { L25: throw new Error('Homebrew is required. Install it from https://brew.sh then re-run.'); L26: }
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

lib/deps.jsView on unpkg · L2
scripts/idle_watch.shView file
path = scripts/idle_watch.sh kind = build_helper sizeBytes = 1774 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

scripts/idle_watch.shView on unpkg

Findings

1 High4 Medium4 Low
HighSandbox Evasion Gated Capabilitylib/deps.js
MediumEnvironment Vars
MediumInstall Persistencelib/install.js
MediumShips Build Helperscripts/idle_watch.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings