Geekbench

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears benign: it looks up public Geekbench information, but users should notice that it relies on live web searches and bundles some Python files despite being described as instruction-only.

This appears safe for looking up public Geekbench scores. Before installing, note that it will use live web searches and that the package includes Python helper files despite having no install step; do not run those files manually unless you trust and have reviewed them.

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

Your agent may browse or search the web for the requested phone and Geekbench data.

Why it was flagged

The skill instructs the agent to perform live searches and Geekbench lookups for each query. This is expected for current benchmark retrieval, but it means external search tools or sites may be contacted.

Skill content
- **实时确认**:每次查询都重新搜索确认 ... 1. 使用 "产品名 + geekbench" 搜索
Recommendation

Use it for public device and benchmark lookups; avoid including private information in search prompts.

What this means

Installing the skill mainly exposes instructions, but the package contains additional code files that are not central to the visible SKILL.md workflow.

Why it was flagged

The skill has limited provenance information and is described as instruction-only, but the package includes Python files. The artifacts do not show automatic execution or malicious behavior, but the extra bundled code is worth noticing.

Skill content
Source: unknown; Homepage: none ... No install spec — this is an instruction-only skill ... Code file presence: 3 code file(s): geekbench_crawler.py, monitor.py, tasks.py
Recommendation

Treat the bundled Python files as package content to review before manually running them; otherwise the visible skill instructions appear proportionate.