Value Tracker

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: value-tracker Version: 0.1.0 The OpenClaw AgentSkills skill bundle 'value-tracker' is benign. The `tracker.py` script performs local file operations (reading/writing `data.json` and `config.json`) strictly within its own directory, which is expected for data persistence and configuration. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The `SKILL.md` and `README.md` files contain clear, non-manipulative instructions for the AI agent, focused solely on the skill's stated purpose of tracking value and hours.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Task descriptions, hours, rates, and notes may remain in the skill directory and appear in reports or JSON exports.

Why it was flagged

The skill intentionally persists task history locally for later summaries, reports, and exports. This is aligned with the purpose, but users may log sensitive business details.

Skill content
Tasks are stored in `data.json` in the skill directory. Back it up periodically.
Recommendation

Avoid entering secrets or highly sensitive details, review reports before sharing them, and delete or protect data.json if needed.

What this means

Initial summaries, reports, or dashboard exports may include sample or prior data unless the user clears data.json first.

Why it was flagged

The packaged data file already contains task history and totals. That is not malicious, but it could make a new user's initial ROI summaries or reports look like they contain real user history.

Skill content
"entries": [ { "timestamp": "2026-01-26T22:05:08.819698", "category": "tech", "task": "integration_setup", "hours": 2.0, "notes": "Toast API" } ... ], "totals": { "hours": 31.75, "tasks": 30 }
Recommendation

Before first use, review data.json and reset it to an empty entries list if you want reports to reflect only your own work.