AI Economic Tracker

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a coherent local finance/status tracker with no credential or network use shown; the main things to notice are persistent local logs, optional scheduled execution, and limited source provenance.

This skill looks safe for its stated local tracking purpose. Before installing, be aware that it keeps append-only financial logs in your OpenClaw workspace, can be scheduled with cron if you choose, and has limited source provenance metadata.

Findings (3)

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

You may have less assurance about who maintains the skill or where updates come from.

Why it was flagged

The package does not provide strong provenance metadata. This is not evidence of malicious behavior, especially because the included code is simple and local-only, but users have less external origin information.

Skill content
Source: unknown
Homepage: none
Recommendation

Install only if you trust the registry publisher, and review the included tracker.py before using it for important records.

What this means

Financial-style entries and descriptions can remain on disk and may be visible to future local runs or anyone with access to that workspace.

Why it was flagged

The skill intentionally persists balance, income, cost, and transaction-description data locally for future reports.

Skill content
All data stored in JSONL format (append-only): ... `balance.jsonl` ... `daily_log.jsonl` ... `income_log.jsonl`

Default location: `~/.openclaw/workspace/data/economics/`
Recommendation

Avoid putting sensitive personal/account details in descriptions unless you are comfortable storing them locally; periodically review or remove the JSONL files if needed.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

If enabled, the tracker can run on a schedule without manual invocation, though the shown command only generates a local report.

Why it was flagged

The documentation shows an optional, user-directed cron integration that would run the report command daily after the user adds it.

Skill content
openclaw cron add "0 9 * * *" "python3 ~/.openclaw/workspace/skills/ai-economic-tracker/tracker.py report" --label "daily-economic-report"
Recommendation

Add the cron entry only if you want daily scheduled reports, and remove or disable it when no longer needed.