Chinese LLM Models (Kimi 2.5, MiniMax 2.5, Qwen, DeepSeek) with One Key

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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 the API key is exposed, someone else could use the account or consume paid quota.

Why it was flagged

The skill requires an AIsa API key and shows a command-line option that can include the key directly. This is expected for the provider setup, but API keys are sensitive credentials.

Skill content
requires:\n  env:\n    - AISA_API_KEY ... openclaw onboard --auth-choice aisa-api-key --aisa-api-key "your-key-here"
Recommendation

Prefer the interactive onboarding flow or a secure environment/secret manager. Avoid pasting real keys into shared terminals, logs, or shell history, and rotate the key if exposed.

What this means

Prompts, completions, and any data included in model requests may be processed by AIsa and its upstream model partners.

Why it was flagged

The configuration sends model requests through AIsa’s external API endpoint. This is the stated purpose of the skill, but it establishes a third-party data boundary for prompts and outputs.

Skill content
"baseUrl": "https://api.aisa.one/v1", "apiKey": "${AISA_API_KEY}"
Recommendation

Use only if you trust the provider and its terms. Do not send sensitive, regulated, or confidential data until you have verified retention, logging, and data-processing policies.

What this means

Future OpenClaw sessions may use AIsa by default, which can affect cost, latency, privacy, and model behavior.

Why it was flagged

The examples can make AIsa the primary or fallback model provider in persistent OpenClaw configuration. This is user-directed and purpose-aligned, but affects future agent behavior.

Skill content
"primary": "aisa/qwen3-max", "fallback": ["aisa/qwen-mt-flash", "aisa/deepseek-v3.1"]
Recommendation

Review ~/.openclaw/openclaw.json after setup and confirm the primary and fallback models match your intended provider choices.

What this means

Users may over-rely on marketing-style privacy assurances when deciding whether to send sensitive prompts through the provider.

Why it was flagged

The artifact makes strong privacy and Zero Data Retention claims. They may be true, but the supplied artifacts do not include the underlying agreement or a full data-retention policy.

Skill content
Users do not need to worry about data privacy — AIsa has executed a formal ZDR agreement with Moonshot AI.
Recommendation

Independently verify AIsa’s current privacy policy, ZDR scope, upstream provider handling, and whether AIsa itself logs or retains requests.

What this means

Users must rely on the marketplace listing and provider website for authenticity and claims about partnerships, pricing, and privacy.

Why it was flagged

The registry metadata does not identify a source repository or independently verifiable package origin. There is no executable code in this skill, so this is a provenance note rather than a code-supply-chain concern.

Skill content
Source: unknown; Homepage: https://marketplace.aisa.one
Recommendation

Verify the provider and marketplace page before configuring a real API key or making it a default provider.