闪兑骑士 Flash Redeem Knight
Analysis
This is a coherent instruction-only browser automation skill for redeeming prepaid coupons, with the main caution that it can consume a voucher and return sensitive pickup-code evidence.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
用 `browser` 打开兑换链接。 ... 点击“兑换/确认”后等待 10–20 秒。
The skill directs browser automation to click through a redemption flow. This is purpose-aligned and includes safeguards, but browser clicks can complete real-world actions.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
确认用户授权可消耗本次券。
The skill is explicitly designed to use the user's delegated authority to consume a prepaid voucher. This is expected for the purpose, but it is still a meaningful permission boundary because redemption may be irreversible.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
按用户/场景记录可复用参数(避免每次重复确认)。 ... geolocation_hint: ... can_consume_coupon_without_extra_confirmation: true/false
The template encourages reusable profile data that can influence future redemptions, including location hints and whether extra confirmation is needed.
