Ai Provider Bridge

Security checks across static analysis, malware telemetry, and agentic risk

Overview

Prompt-injection indicators were detected in the submitted artifacts (system-prompt-override); human review is required before treating this skill as clean.

This appears safe for its stated purpose if you intend to bridge to AI providers. Before installing, decide which providers you trust, configure only the needed API keys, avoid sending secrets or private data to cloud models, and monitor API usage. Use local Ollama when you need prompts to stay on your machine. ClawScan detected prompt-injection indicators (system-prompt-override), so this skill requires review even though the model response was benign.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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 configured, the skill can make requests against the user's AI-provider accounts and may incur provider costs.

Why it was flagged

The skill uses provider API keys for account-authorized model calls. This is expected for the bridge's purpose, but users should recognize these keys can authorize usage and charges.

Skill content
ANTHROPIC_API_KEY: "Required for Anthropic/Claude models" ... OPENAI_API_KEY ... GOOGLE_API_KEY ... XAI_API_KEY ... MISTRAL_API_KEY
Recommendation

Configure only the providers you intend to use, use restricted keys where available, and monitor billing/usage limits.

What this means

Any secrets, private text, or business data included in prompts may be sent to the selected external AI provider.

Why it was flagged

The code sends prompts, system prompts, and conversation history to external model-provider APIs when a cloud model is selected. This is purpose-aligned and disclosed, but it is a sensitive data boundary.

Skill content
messages: [ ...(this.systemPrompt ? [{ role: 'system', content: this.systemPrompt }] : []), ...history ] ... this._httpsRequest('api.openai.com', '/v1/chat/completions'
Recommendation

Avoid sending sensitive data unless the provider and account terms are acceptable; use local Ollama for prompts that should remain local.

What this means

Users have less independent context for verifying the publisher or tracking upstream changes.

Why it was flagged

The registry metadata does not provide a source repository or homepage for independent provenance review. The visible artifacts do not show a risky install mechanism, so this is a provenance note rather than a concern.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only if you trust the publisher and review the packaged source before using real API keys.