Zhua Economy

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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

If used beyond planning, the agent might recommend or attempt financial decisions that affect real money.

Why it was flagged

The skill tells the agent to make autonomous economic, spending, and investment decisions. This is disclosed and purpose-aligned, but could become risky if connected to real payment or account tools without user approval.

Skill content
经济自治 - 自主决策经济事务 ... 支出权 - 进化基金由爪爪自主支配 ... 投资权 - 可投资新技能开发
Recommendation

Treat this as an advisory/ledger framework unless the user explicitly approves real transactions, budgets, beneficiaries, and payment mechanisms.

What this means

The documented commands will not work as provided, and using replacement scripts from elsewhere would introduce unreviewed code.

Why it was flagged

The documented workflow references helper scripts that are not included in the provided manifest; the only supplied script is a placeholder example.py.

Skill content
python3 scripts/record_transaction.py ... python3 scripts/calculate_revenue.py ... python3 scripts/distribute_revenue.py ... python3 scripts/generate_report.py
Recommendation

Verify and review any actual transaction or revenue scripts before running them, especially if they touch money, accounts, or ledgers.