Income Tracker
PassAudited by VirusTotal on Mar 27, 2026.
Findings (1)
The income-tracker skill is a standard financial management tool designed to record and analyze income data locally. The code in index.js implements basic CRUD operations, statistical analysis, and ASCII chart generation without any network requests, shell command executions, or data exfiltration logic. All data is stored in a local JSON file defined by the DATA_PATH configuration, and the dependencies (dayjs, chalk, asciichart) are legitimate libraries used for their stated purposes.
