Cputemp

ReviewAudited by ClawScan on May 10, 2026.

Overview

The package is internally inconsistent: it advertises Yahoo Finance stock quotes but includes a Raspberry Pi CPU/GPU temperature script instead.

Only install this if you have verified what it is supposed to do. The artifacts do not support the advertised Yahoo Finance stock-quote function and instead include an unrelated Raspberry Pi temperature script.

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 install or invoke the skill expecting stock prices, but receive unrelated local hardware behavior or a broken skill instead.

Why it was flagged

The user-facing instructions present a Yahoo Finance stock-quote skill, but the only included code file is a CPU/GPU temperature script. This mismatch can mislead users or agents about what is being installed or invoked.

Skill content
name: yahoo-data-fetcher
description: Fetch real-time stock quotes from Yahoo Finance.
Recommendation

Do not rely on this package until the publisher aligns the name, description, instructions, requirements, and code.

What this means

The package contents do not match the advertised capability, which raises integrity and provenance concerns even though the script itself appears low-impact.

Why it was flagged

The bundled executable implements Raspberry Pi temperature reading, not Yahoo Finance quote retrieval, and its role is not disclosed in SKILL.md.

Skill content
# Purpose: Display the ARM CPU and GPU  temperature of Raspberry Pi 2/3
cpu=$( < /sys/class/thermal/thermal_zone0/temp)
echo "GPU=$(vcgencmd measure_temp | egrep -o '[0-9]*\.[0-9]*')"
Recommendation

Treat the artifact set as untrustworthy or incorrectly packaged until the unexpected script is removed or clearly documented.