Beijing Tech Finance

PassAudited by ClawScan on May 1, 2026.

Overview

This is a local finance reference and calculator skill with no credential, network, persistence, or account-changing behavior shown, though users should not treat its sample budget monitor as live financial data.

This skill appears safe to install for reference and local calculator use. Verify tax and accounting results against current official rules or a qualified accountant, and do not rely on the budget-monitor script as live financial monitoring unless its mock random data source is replaced with verified company data.

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

Running the examples executes local Python code on the values or files you provide.

Why it was flagged

The documentation asks the user to run bundled Python scripts. This is purpose-aligned for calculator functionality, but users should notice that using the skill may involve local code execution despite no required binary being declared.

Skill content
python scripts/calculate_rd_deduction.py 8000000 600000 tech_sme
Recommendation

Run the scripts only intentionally from the skill directory, and review calculator outputs before using them for real financial decisions.

What this means

The agent may try to open a non-existent reference file or miss the correct bundled document.

Why it was flagged

SKILL.md lists bundled reference paths such as references/budgeting.md that are not present in the supplied manifest, while other similarly themed reference files are present. This looks like documentation drift rather than malicious behavior.

Skill content
`references/budgeting.md` - Budget planning templates and workflows
Recommendation

Use the files actually included in the package and ask the publisher to update or include the missing reference names.

What this means

Budget warnings may look authoritative while being based on mock data, which could mislead planning if treated as real.

Why it was flagged

The budget monitor generates simulated random expense data instead of reading actual finance-system spending, even though the surrounding documentation frames it as budget monitoring.

Skill content
模拟从财务系统获取实际支出数据 ... import random ... variance = random.uniform(-0.2, 0.3)
Recommendation

Treat budget-monitor output as a demo unless it is connected to verified accounting data, and clearly label generated results as simulated.