mov-toa

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill coherently queries a disclosed crypto-news API, with minor notes about external provider provenance and sending search terms to that service.

This appears safe to install as a read-only crypto news helper. Before using it, remember that queries go to an external Railway-hosted API with limited public provenance, so avoid entering confidential trading strategies or private business information.

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

You have less ability to independently verify who runs the API or how the service may change over time.

Why it was flagged

The skill relies on a remote hosted service, but the registry does not provide a source repository or homepage for users to verify the operator or implementation.

Skill content
Source: unknown
Homepage: none
Recommendation

Treat the provider as unverified unless you can validate it separately, especially before relying on it for trading decisions.

What this means

Normal crypto news searches are appropriate, but private trading strategies or sensitive keywords could be visible to the service operator if included in queries.

Why it was flagged

The documented workflow sends search terms and filters to an external API. This is purpose-aligned for a news search skill, but users should recognize that their queries leave the local agent.

Skill content
Base URL: `https://web-production-666f44.up.railway.app` ... `-d '{"q": "bitcoin ETF", "limit": 10, "page": 1}'`
Recommendation

Use non-sensitive search terms and avoid sending confidential trading or business information to the API.