Arbitrage Finder

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a harmless reference-only skill that prints documentation, though its content and versioning are somewhat inconsistent.

This skill looks safe as a documentation lookup helper. Be aware that its content is generic and not clearly tailored to crypto arbitrage, and the version metadata is inconsistent across 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.

What this means

Users looking for crypto arbitrage guidance may receive generic, non-specific documentation.

Why it was flagged

The registry/SKILL description frames the skill as blockchain and crypto reference material, but the script outputs generic devtools reference text. This is a quality and expectation mismatch, not evidence of malicious behavior.

Skill content
Arbitrage Finder (arbitrage-finder) is a specialized tool/concept in the devtools domain.
Recommendation

Treat the content as generic reference material and do not rely on it for financial, trading, or security-critical blockchain decisions.

What this means

Version inconsistencies can make it harder to know exactly which artifact is current.

Why it was flagged

The registry version is 3.0.2 while SKILL.md says 3.0.1 and scripts/script.sh sets VERSION="3.0.0". This version drift is a provenance/packaging hygiene issue, although the script content is simple and benign.

Skill content
version: "3.0.1"
Recommendation

Prefer a package where registry metadata, SKILL.md, and script version values are synchronized.