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
| 11 | plugin writing usage rows to `~/.claude-cost-tracker/usage.db`. |
low line 30
Access to hidden dotfiles in home directory
SourceSKILL.md
| 30 | test -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
| 60 | sqlite3 ~/.claude-cost-tracker/usage.db " |
low line 73
Access to hidden dotfiles in home directory
SourceSKILL.md
| 73 | sqlite3 -header -column ~/.claude-cost-tracker/usage.db " |
low line 84
Access to hidden dotfiles in home directory
SourceSKILL.md
| 84 | sqlite3 -header -column ~/.claude-cost-tracker/usage.db " |
low line 95
Access to hidden dotfiles in home directory
SourceSKILL.md
| 95 | sqlite3 -header -column ~/.claude-cost-tracker/usage.db " |
low line 107
Access to hidden dotfiles in home directory
SourceSKILL.md
| 107 | sqlite3 -header -column ~/.claude-cost-tracker/usage.db " |
Scanned on May 18, 2026
View Security DashboardGitHub Stars 185.6K
Rate this skill
Categorydata analytics
UpdatedMay 20, 2026
affaan-m/everything-claude-code