Swaps Intel

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: swaps-intel Version: 1.2.0 The skill bundle is a legitimate integration for the Swaps Intelligence API, designed to provide cryptocurrency address risk scoring and transaction tracing. The instructions in SKILL.md and README.md are well-structured, focusing on API usage, error handling, and mandatory legal disclaimers for the agent to present to users. There is no evidence of malicious intent, data exfiltration, or harmful prompt injection; the included operational documents (TRAFFIC_CONTROL_PLAN.md and COMPLIANCE_PREPACK.md) further suggest a professional and transparent service implementation.

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

Your Swaps API key may be used by the agent to make risk-check requests on your behalf.

Why it was flagged

The skill requires a service API key and sends it to the Swaps API. This is expected for the stated integration, but users should understand they are granting the agent access to that API credential.

Skill content
Once you have your key, set it as the `SWAPS_INTEL_API_KEY` environment variable, or pass it directly in the `x-api-key` header.
Recommendation

Use a dedicated Swaps API key if possible, keep it private, and revoke or rotate it if you no longer use the skill.

What this means

Addresses or transactions you check may be associated with hashed telemetry and usage metadata by the Swaps service.

Why it was flagged

The artifacts disclose provider-side telemetry for requests. This is purpose-aligned for rate limiting and abuse controls, but it means queried address-related data and request metadata may be processed or logged by the provider.

Skill content
`api_key_id` (nullable), `anon_fingerprint` (hashed), `address_hash` (hashed), `risk_bucket` (low/medium/high/critical), `latency_ms`, `status_code`, `timestamp`
Recommendation

Avoid checking wallet addresses or transactions you are not comfortable sending to this provider, and review the provider’s terms and privacy practices for your use case.

What this means

Provider-generated text or links may be displayed in the final answer if the agent uses the API response directly.

Why it was flagged

The API can return preformatted Markdown meant for agent output. That is useful for this skill, but returned Markdown should be treated as data rather than as instructions that can change the agent’s task.

Skill content
"markdown_summary": { "type": "string", "description": "Pre-formatted Markdown response intended for direct use by the agent." }
Recommendation

Agents should preserve factual risk data while ignoring any instruction-like language that might appear inside returned API content.

What this means

Some bundled documentation may be stale or not synchronized with the published package state.

Why it was flagged

An included launch/governance document appears inconsistent with the registry’s published package status. This does not show malicious behavior, but it is a provenance and packaging-quality ambiguity users may want to notice.

Skill content
Status: **READY / NOT PUBLISHED**
Owner: G approval required before `clawhub publish`
Recommendation

Before relying on the skill for sensitive compliance or fraud workflows, confirm the current provider documentation, version, and abuse-control status.