Geizhals.at
Analysis
This appears to be a benign Geizhals price-checking skill, with expected outbound web requests and optional short-lived local caching.
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.
Source: unknown; Homepage: none
The skill has limited provenance metadata, although the provided artifacts do not show a remote installer, hidden dependency, or malicious supply-chain behavior.
if first.startswith("http"):
return firstDetail-page URLs come from the Geizhals autocomplete response and absolute URLs are accepted without visible host validation before being fetched.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
CACHE_TTL_SECONDS = 900 ... _cache_path(cache_dir, url).write_text(body, encoding="utf-8")
When a cache directory is supplied, fetched HTML is stored locally and reused briefly, which is expected for caching but creates persistent local state.
