Skip to main content

cost-tracking

Tracks and reports Claude Code token usage and spending from a local SQLite database, providing insights on costs and budgets.

Install this skill

or
89/100

Security score

The cost-tracking skill was audited on May 18, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 11

Access to hidden dotfiles in home directory

SourceSKILL.md
11plugin writing usage rows to `~/.claude-cost-tracker/usage.db`.
low line 30

Access to hidden dotfiles in home directory

SourceSKILL.md
30test -f ~/.claude-cost-tracker/usage.db && echo "Database found" || echo "Database not found"
low line 60

Access to hidden dotfiles in home directory

SourceSKILL.md
60sqlite3 ~/.claude-cost-tracker/usage.db "
low line 73

Access to hidden dotfiles in home directory

SourceSKILL.md
73sqlite3 -header -column ~/.claude-cost-tracker/usage.db "
low line 84

Access to hidden dotfiles in home directory

SourceSKILL.md
84sqlite3 -header -column ~/.claude-cost-tracker/usage.db "
low line 95

Access to hidden dotfiles in home directory

SourceSKILL.md
95sqlite3 -header -column ~/.claude-cost-tracker/usage.db "
low line 107

Access to hidden dotfiles in home directory

SourceSKILL.md
107sqlite3 -header -column ~/.claude-cost-tracker/usage.db "
Scanned on May 18, 2026
View Security Dashboard
Installation guide →