Skip to main content

ccboard

Provides a comprehensive dashboard for monitoring Claude Code usage, including session tracking, cost analysis, and real-time statistics.

Install this skill

or
53/100

Security score

The ccboard skill was audited on Feb 22, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 42

Access to hidden dotfiles in home directory

SourceSKILL.md
42- Claude Code installed (reads from `~/.claude/`)
medium line 133

Access to hidden dotfiles in home directory

SourceSKILL.md
133ccboard includes a file watcher that monitors `~/.claude/` for changes:
medium line 162

Access to hidden dotfiles in home directory

SourceSKILL.md
162- Config file path (`~/.claude/claude_desktop_config.json`)
medium line 263

Access to hidden dotfiles in home directory

SourceSKILL.md
263- `~/.claude/stats-cache.json` - Statistics
medium line 264

Access to hidden dotfiles in home directory

SourceSKILL.md
264- `~/.claude/claude_desktop_config.json` - MCP config
medium line 265

Access to hidden dotfiles in home directory

SourceSKILL.md
265- `~/.claude/projects/*/` - Session JSONL files
medium line 266

Access to hidden dotfiles in home directory

SourceSKILL.md
266- `~/.claude/settings.json` - Global settings
low line 287

Access to hidden dotfiles in home directory

SourceSKILL.md
287ls ~/.claude/
low line 290

Access to hidden dotfiles in home directory

SourceSKILL.md
290cat ~/.claude/stats-cache.json
medium line 305

Access to hidden dotfiles in home directory

SourceSKILL.md
305- Check file permissions on `~/.claude/`
low line 237

External URL reference

SourceSKILL.md
237# Access at http://localhost:3333
low line 382

External URL reference

SourceSKILL.md
382- [Ratatui](https://ratatui.rs/) - Terminal UI framework
low line 384

External URL reference

SourceSKILL.md
384- [Leptos](https://leptos.dev/) - Reactive frontend
low line 386

External URL reference

SourceSKILL.md
386- [Serde](https://serde.rs/) - Serialization
low line 398

External URL reference

SourceSKILL.md
398- Claude Code: https://claude.ai/code
Scanned on Feb 22, 2026
View Security Dashboard