Tecent Finance 1

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a benign stock-price helper, but the reviewed package only contains documentation and has some provenance/setup ambiguity.

Before installing, verify the actual tfin executable/source and publisher because the reviewed package only includes documentation. If you use it, expect stock symbols you query to be sent to Tencent Finance, and only create the optional global command if you trust the executable.

Findings (2)

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

A user may try to install or globally expose a command whose implementation is not present in the reviewed package.

Why it was flagged

The documentation expects a local tfin executable and Python package installation, while the supplied artifacts contain only SKILL.md and _meta.json with no included CLI source or install spec.

Skill content
chmod +x /path/to/skills/tencent-finance/tfin
ln -sf /path/to/skills/tencent-finance/tfin /usr/local/bin/tfin  # Optional: global access
...
pip3 install requests rich
Recommendation

Only run the setup commands if you can inspect the actual tfin executable/source from a trusted location; avoid the global symlink unless you need it.

What this means

It may be harder to confirm that the package identity and registry listing refer to the same intended artifact.

Why it was flagged

The embedded metadata does not match the supplied registry owner/slug values, creating minor provenance ambiguity even though no unsafe behavior is shown.

Skill content
"ownerId": "kn71fmgr8vvghtwcjamnp2fmrx80rqh9",
  "slug": "tecent-finance"
Recommendation

Confirm the publisher and package identity before installing, especially because no homepage or source repository is provided.