Beijing Tech Finance
Analysis
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.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
python scripts/calculate_rd_deduction.py 8000000 600000 tech_sme
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.
`references/budgeting.md` - Budget planning templates and workflows
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.
模拟从财务系统获取实际支出数据 ... import random ... variance = random.uniform(-0.2, 0.3)
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.
