Tecent Finance 1.0.0
Analysis
The skill is a simple stock-quote CLI description with no credentials or destructive behavior shown, but its runnable CLI is not included in the reviewed artifacts.
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.
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.
chmod +x /path/to/skills/tencent-finance/tfin ln -sf /path/to/skills/tencent-finance/tfin /usr/local/bin/tfin
The documentation references a local executable named tfin, but the supplied manifest contains only SKILL.md and _meta.json. This creates a packaging/provenance gap for the runnable component, though the setup is user-directed and aligned with the stated CLI purpose.
pip3 install requests rich
The skill documents third-party Python package installation, but the registry requirements/install spec do not declare these dependencies. This is a minor under-declaration rather than suspicious behavior because the dependencies are plausible for a Python CLI and the command is shown as a manual setup step.
