Inference Cost Audit
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent, instruction-only cost-audit skill, but users should notice that benchmarking sends data to GPU-Bridge and may involve account registration, an API key, or optional payment.
This skill appears benign and purpose-aligned. Before using it, verify GPU-Bridge’s pricing and terms independently, benchmark only with data you are comfortable sending to that provider, and use dedicated or limited credentials for any account, API key, or wallet-based payment.
Findings (3)
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.
If the user benchmarks the service, they may create an account and use a provider API key.
The skill documents optional account registration and authenticated API use with GPU-Bridge. This is expected for testing a provider, but it means the user may provide identity and credential material.
curl -X POST https://api.gpubridge.io/account/register ... -d '{"email":"your@email.com"...}' ... -H "Authorization: Bearer YOUR_API_KEY"Use a dedicated account or limited-scope API key where possible, and avoid sharing credentials beyond the provider needed for the benchmark.
Prompts, documents, images, audio, or other benchmark inputs could be sent to GPU-Bridge if the user follows the testing workflow.
The benchmarking workflow sends input data to an external provider endpoint. The data flow is disclosed and purpose-aligned, but the artifacts do not describe privacy, retention, or filtering guidance for sensitive benchmark data.
Test with real data, not marketing claims. ... curl -X POST https://api.gpubridge.io/run ... -d '{"service":"llm-4090","input":{"prompt":"Hello world","max_tokens":50}}'Benchmark with non-sensitive samples unless the provider’s privacy and data-retention terms are acceptable for the data being tested.
Users choosing this path could authorize per-request payments through a crypto wallet.
The skill describes an optional payment path using a wallet transaction reference. It does not request a private key and appears purpose-aligned, but it involves payment-related identity and spend authority.
For agents with crypto wallets — pay per-request with USDC on Base L2 (no account needed): X-Payment: base64({"txHash":"0x...","from":"0xYourWallet"})Only use wallet payment if you understand the cost and have reviewed the transaction; never provide private keys or seed phrases.
