Aihot Skill Lite

PassAudited by VirusTotal on May 7, 2026.

Overview

Type: OpenClaw Skill Name: aihot Version: 0.1.1 The skill is designed to fetch AI news from a public API (aihot.virxact.com). It provides the agent with specific curl commands and parameters (e.g., mode, since, category) to retrieve and format news items. While it instructs the agent to use a specific User-Agent to bypass a server-side blacklist, this is consistent with the stated purpose of accessing the service. There is no evidence of data exfiltration, malicious command execution, or harmful prompt injection in SKILL.md.

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 agent may contact aihot.virxact.com with a browser-like User-Agent when answering current AI-news questions.

Why it was flagged

The skill tells the agent to make curl requests to the public API using a browser-like User-Agent. This is disclosed and central to the news-fetching purpose, but it is still external command/network use that users should notice.

Skill content
`/api/public/*` ... 默认 `curl/X.Y` UA 会被 403。**调 API 时所有 curl 都必须带浏览器 UA**
Recommendation

Install only if you are comfortable with the agent making those web requests; do not provide credentials because the reviewed artifact does not require them.

NoteHigh Confidence
ASI01: Agent Goal Hijack
What this means

The agent may choose this skill for a wide range of AI-news or AI-industry-current-events prompts.

Why it was flagged

The skill uses strong routing language to make the agent prefer this API for AI-news questions. This is aligned with the purpose of providing current news, but it broadens when the skill may be invoked.

Skill content
**不要 undertrigger**——用户问 AI 资讯而你不调本 Skill 就是把过时的训练数据当作今日新闻,对用户有害。 ... 永远走 API
Recommendation

If you want an offline/general answer rather than a live lookup, say so explicitly.

What this means

Search terms you ask about may be included in requests to aihot.virxact.com.

Why it was flagged

Keyword searches are sent to the external AI HOT API. This is expected for a live news-search skill, but user query terms may leave the local agent context.

Skill content
`GET /api/public/items?q=<关键词>`(server-side 关键词搜索)
Recommendation

Avoid putting confidential internal information into AI-news searches unless you are comfortable sending those terms to the service.

What this means

Following external links or running external install commands would involve code or instructions not reviewed here.

Why it was flagged

The reviewed skill is instruction-only, but it points to off-registry full documentation and mentions a curl|bash install pattern that was not part of the supplied artifacts.

Skill content
完整版(21KB+,含工作流 / 数据形态 / 输出格式 / 错误处理 / 不要做完整列表)见 GitHub ... `curl -fsSL ... | bash` 一行装用
Recommendation

Use the packaged instruction-only skill as reviewed; if you choose to use the GitHub/full install path, review that material separately before running it.