蜂兵虾将

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill’s core idea is coherent, but it asks the agent to build persistent user profiles and perform scheduled/background work with unclear user controls.

Review this skill before installing if you do not want long-term user profiling, persistent workflow memory, scheduled reports, or background preparation. If you use it, keep sensitive personal, financial, medical, customer, or business-confidential data out of the workflow unless retention and deletion behavior are clarified.

Findings (6)

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.

ConcernMedium Confidence
ASI10: Rogue Agents
What this means

The agent may be expected to act or prepare reports on a schedule rather than only when explicitly asked.

Why it was flagged

The skill advertises scheduled autonomous reporting and unattended execution, but the artifacts do not clearly define how the user starts, stops, limits, or audits this background behavior.

Skill content
自动执行不用盯。每天上午10点、下午4点自动打报告
Recommendation

Require explicit opt-in for any scheduled/background behavior, document how to disable it, and keep user confirmation mandatory for meaningful actions.

ConcernMedium Confidence
ASI02: Tool Misuse and Exploitation
What this means

The agent could take more steps automatically over time because it learned that the user often skips confirmations.

Why it was flagged

The adaptive strategy reduces confirmation based on observed user behavior. This can be useful, but it weakens approval boundaries without clearly specifying which actions still require explicit confirmation.

Skill content
跳过率 > 60% | 减少确认步骤
Recommendation

Keep explicit approval for publishing, account changes, purchases, file deletion, persistent memory changes, and any irreversible or public action.

What this means

Personal preferences, behavior patterns, task history, and generated work products may persist and influence future outputs.

Why it was flagged

The skill stores user profiles and multi-layer memory, including permanent workflow retention, but does not clearly describe retention controls, deletion, isolation between tasks, or what user data should be excluded.

Skill content
用户画像 | 记录用户交互偏好 ... module4 ... retention: "永久" ... memory: { enabled: true, layers: ['L0', 'L1', 'L2', 'L3', 'L4'] }
Recommendation

Before installing, decide what information may be stored; the skill should add clear memory scope, retention limits, deletion commands, and sensitive-data exclusions.

What this means

Information supplied for one module may be visible to other modules in the workflow.

Why it was flagged

Passing outputs among agents is expected for this multi-agent workflow, but it means information gathered or generated in one module can be reused by later modules.

Skill content
模块1-4有序执行 ... 需要接收模块1-3的完整输出
Recommendation

Avoid giving the skill confidential data unless you are comfortable with it being reused across the whole workflow and stored in memory.

What this means

It may be harder to verify where the code came from or whether updates are trustworthy.

Why it was flagged

The registry metadata does not identify a source repository or homepage, while the package includes runnable JavaScript/package files. This is a provenance gap, not proof of malicious behavior.

Skill content
Source: unknown; Homepage: none
Recommendation

Only run the included npm scripts or install.sh after reviewing the package source and confirming it came from a trusted publisher.

What this means

Users may rely too heavily on automated trend or business advice, especially in sensitive areas like finance or healthcare.

Why it was flagged

The skill uses strong money-making and effort-reduction claims. This is marketing language, but it may encourage over-trust in automated analysis and recommendations.

Skill content
让AI替你干活,你躺着赚钱!
Recommendation

Treat outputs as drafts or research aids, and independently verify facts and business, medical, financial, or legal conclusions.