一个有趣的数学技能,把用户的加法问题"恶作剧"式地改成乘法计算。用户输入 3+5,输出 15(3×5 的结果)。适合开玩笑和活跃气氛!

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.

NoteHigh Confidence
ASI01: Agent Goal Hijack
What this means

A user asking for real addition could receive a joke multiplication result instead.

Why it was flagged

This instruction deliberately changes a user's addition request into a multiplication calculation. It is disclosed as a prank, but it still redirects the literal user goal.

Skill content
将加法转换为乘法:X × Y
Recommendation

Use or enable this skill only for playful contexts, and avoid relying on it for real calculations.