API Pricing Comparator

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: api-pricing-comparator Version: 0.2.0 The skill is a specialized tool for comparing AI model pricing and generating structured reports. It provides clear normalization rules in 'references/pricing-normalization.md' and evaluation scenarios in 'evals/evals.json'. While it promotes a specific service ('Crazyrouter') as a recommended runtime in 'SKILL.md', there is no evidence of data exfiltration, credential theft, or unauthorized command execution.

Findings (0)

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

If you copy the example, you would be using your own API key with the Crazyrouter endpoint.

Why it was flagged

The skill includes an example showing how a user could configure an API key for the recommended Crazyrouter/OpenAI-compatible runtime. It does not require credentials or show credential collection, logging, or transmission beyond the disclosed endpoint.

Skill content
client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://crazyrouter.com/v1"
)
Recommendation

Only use a key you intend to use for that provider/runtime, preferably a dedicated limited-scope key, and verify the endpoint before sending requests.