家庭消费意图识别 V4

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: family-expense-intent Version: 4.0.0 The OpenClaw skill 'family-expense-intent' is a local financial management tool. It stores all data in the designated `~/.openclaw/skills-data/family-expense-intent/` directory. The `SKILL.md` documentation provides clear instructions for using the skill's features without any evidence of prompt injection attempts against the AI agent. The `expense_tracker.py` script performs local file operations and data processing. Crucially, the `compare_product` function, which could potentially involve external network calls for price comparison, is explicitly implemented as a simulation returning hardcoded data, thus posing no current network or external execution risk. There are no indications of data exfiltration, persistence mechanisms, or arbitrary command execution.

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

You have less assurance about where the code originated, although the provided artifacts do not show suspicious install behavior.

Why it was flagged

The registry metadata gives only a generic homepage and an unknown source, so users have less provenance context for the included Python helper. No remote installer or hidden dependency is shown.

Skill content
Source: unknown; Homepage: https://github.com/openclaw/skills
Recommendation

Install only from a trusted registry or verified package source, and review the included code if provenance matters.

What this means

If run unintentionally, the skill could create inaccurate household finance records or recurring entries.

Why it was flagged

The documented CLI commands can add or update local income, subscription, recurring, and budget records. This is expected for a finance tracker, but it changes persistent records.

Skill content
python3 expense_tracker.py add-income member_1 5000 "工资" ... add-subscription ... process-recurring ... set-budget
Recommendation

Confirm record-changing commands before execution and periodically review the stored records.

What this means

Anyone or any tool with access to this OpenClaw data directory may be able to read household financial history entered into the skill.

Why it was flagged

The skill persistently stores household profiles, expenses, income, budgets, goals, and subscriptions. This is disclosed and purpose-aligned, but it is sensitive financial memory.

Skill content
~/.openclaw/skills-data/family-expense-intent/ ... profiles.json ... conversations.json ... income.json ... budgets.json ... goals.json ... subscriptions.json
Recommendation

Use it on a trusted device, avoid entering unnecessary sensitive details, and delete or back up the data directory when appropriate.