Skip to main content

revenue-tracker

Tracks income and expenses, generating financial reports and profitability analysis for various platforms.

Install this skill

or
88/100

Security score

The revenue-tracker skill was audited on Feb 16, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 12

Access to hidden dotfiles in home directory

SourceSKILL.md
121. **Record transactions** in `~/.openclaw/revenue/transactions.jsonl`:
low line 21

Access to hidden dotfiles in home directory

SourceSKILL.md
21jq -s '[.[] | select(.date=="2026-02-10" and .type=="income")] | map(.net) | add' ~/.openclaw/revenue/transactions.jsonl
low line 24

Access to hidden dotfiles in home directory

SourceSKILL.md
24jq -s '[.[] | select(.date | startswith("2026-02") and .type=="expense")] | map(.amount) | add' ~/.openclaw/revenue/transactions.jsonl
medium line 102

Access to hidden dotfiles in home directory

SourceSKILL.md
102- File system access for `~/.openclaw/revenue/`
Scanned on Feb 16, 2026
View Security Dashboard