A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress
35 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tests/git.test.js | 28 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| LOW | tests/git.test.js | 43 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| LOW | tests/git.test.js | 75 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| LOW | tests/git.test.js | 93 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| LOW | tests/git.test.js | 112 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| LOW | tests/git.test.js | 127 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| LOW | tests/git.test.js | 149 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| LOW | tests/git.test.js | 172 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| LOW | tests/git.test.js | 203 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| LOW | tests/git.test.js | 223 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| LOW | tests/git.test.js | 243 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| LOW | tests/git.test.js | 264 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| LOW | tests/git.test.js | 296 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| LOW | tests/git.test.js | 335 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| LOW | tests/git.test.js | 365 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| LOW | tests/git.test.js | 382 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| LOW | tests/git.test.js | 399 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| LOW | tests/git.test.js | 416 | execFileSync('git', ['config', 'user.email', 'test@test.com'], { cwd: dir, stdio: 'ignore' }); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tests/render.test.js | 107 | async function withDeterministicSpeedCache(fn) { |
| LOW | src/stdin.ts | 350 | function normalizeBedrockModelLabel(modelId: string): string | null { |
| LOW | src/external-usage.ts | 216 | export function writeExternalUsageSnapshot( |
| LOW | src/external-usage.ts | 262 | export function getUsageFromExternalSnapshot( |
| LOW | src/transcript.ts | 108 | function canonicalizeTranscriptPath(transcriptPath: string): string | null { |
| LOW | src/transcript.ts | 153 | function deserializeTranscriptData(data: SerializedTranscriptData): TranscriptData { |
| LOW | src/version.ts | 161 | function resolveClaudeBinaryFromPath(): ClaudeBinaryInfo | null { |
| LOW | src/config.ts | 239 | function validateAutocompactBuffer(value: unknown): value is AutocompactBufferMode { |
| LOW | src/config.ts | 243 | function validateGitBranchOverflow(value: unknown): value is GitBranchOverflowMode { |
| LOW | src/config.ts | 271 | function validateCustomLinePosition(value: unknown): value is CustomLinePosition { |
| LOW | src/config.ts | 437 | function validateNonNegativeInteger(value: unknown, fallback: number): number { |
| LOW | src/context-cache.ts | 272 | export function applyContextWindowFallback( |
| LOW | src/git.ts | 202 | function extractNumstatDestination(filePath: string): string { |
| LOW | src/config-reader.ts | 128 | function normalizePathForComparison(inputPath: string): string { |
| LOW | src/config-reader.ts | 196 | function collectRuleDirectorySentinels(rulesDir: string): string[] { |
| LOW | src/render/lines/prompt-cache.ts | 5 | function getPromptCacheWarningSeconds(ttlSeconds: number): number { |
| LOW | src/render/lines/prompt-cache.ts | 25 | export function formatPromptCacheCountdown(remainingMs: number): string { |