test-search

PassAudited by ClawScan on May 11, 2026.

Overview

This appears to be a disclosed iFlytek web-search skill, but the published package is incomplete and its API password requirement is not reflected in the registry metadata.

This skill does not show malicious behavior in the supplied artifacts, but it appears incomplete because the referenced search script is missing. Before installing or using it, confirm that the intended script is included from a trusted source and be aware that using it requires an iFlytek API password and sends your search queries to iFlytek.

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.

What this means

Using the skill may consume the user's iFlytek API quota and exposes search activity to that provider under the user's account.

Why it was flagged

The skill requires a provider API password and uses it as a bearer token for the iFlytek search API. This is purpose-aligned, but it is a credential and the registry metadata says no credential or environment variable is required.

Skill content
Environment variable: `XFYUN_API_PASSWORD` ... Auth: `Authorization: Bearer <XFYUN_API_PASSWORD>`
Recommendation

Only provide an iFlytek API password you intend to use for this search service, monitor quota usage, and prefer updated metadata that declares the credential requirement.

What this means

The skill may not work as published, and a user or agent might be tempted to run an unreviewed replacement script from another location.

Why it was flagged

The provided file manifest contains only SKILL.md and reports no code files, so the referenced helper script is not included for review or execution.

Skill content
The script is at `scripts/search.py` relative to this skill directory.
Recommendation

The publisher should include the referenced script or remove the command instructions. Users should verify the exact script path and source before running any replacement code.

What this means

Search terms, which may contain sensitive information, can be sent to the iFlytek ONE SEARCH API.

Why it was flagged

The skill sends search requests to a third-party provider endpoint. This is disclosed and aligned with the search purpose, but users should understand that their queries go to iFlytek.

Skill content
Endpoint: `POST https://search-api-open.cn-huabei-1.xf-yun.com/v2/search`
Recommendation

Avoid entering confidential queries unless you are comfortable sending them to that provider, and review the provider's privacy and retention terms.