Skill Quick Index

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a simple local skill-lookup helper that reads a bundled JSON index and does not show credential use, network access, file mutation, or background behavior.

This skill looks safe for its stated purpose. Before installing, make sure you trust the package source, and treat its routing output as recommendations rather than automatic approval to use other higher-impact skills.

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

Installing users may run local code on their machine, though the reviewed script is read-only and limited to lookup behavior.

Why it was flagged

The skill asks the user to run a local Python helper. The provided helper is aligned with the skill purpose and only loads the bundled JSON index and prints matches, but running local code is still worth noticing.

Skill content
python3 scripts/skill_lookup.py "打开网页并截图"
Recommendation

Run it only from a trusted installation location and review the script if you modify or replace it.

What this means

Users have less external provenance information for deciding whether to trust the package.

Why it was flagged

The package includes a runnable script, but the supplied registry metadata does not identify a source repository or homepage. No malicious behavior is evident in the provided code, but provenance is limited.

Skill content
Source: unknown; Homepage: none
Recommendation

Prefer installing from a trusted publisher or repository, and verify the included files before use.