Automation Workflow

WarnAudited by ClawScan on May 10, 2026.

Overview

This skill is not clearly malicious, but it advertises autonomous public posting, customer replies, and 24/7 workflows without enough approval, credential-scope, or stop controls.

Review this skill carefully before installing. Do not connect live social-media, support, or knowledge-base accounts until it has draft-only defaults, explicit human approval for publishing/replies, least-privilege credentials, time-bounded schedules, visible logs, and verified RBAC/audit controls.

Findings (4)

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

The agent could publish incorrect posts or replies on behalf of the user or organization if connected to live accounts.

Why it was flagged

This instructs the agent to publish and reply from a company social-media account, but the artifacts do not define approval gates, allowed accounts, rate limits, or rollback before public actions.

Skill content
"使用Automation工作流技能为[公司Twitter账号]自动发布[每日行业新闻],监控[品牌提及]并回复[常见问题]"
Recommendation

Require draft-only mode by default, explicit human approval before publishing or replying, account/channel allowlists, rate limits, and a clear rollback process.

What this means

If the agent uses a logged-in browser session or broad account token, it may act with more authority than intended.

Why it was flagged

These workflows require delegated access to social-media and customer-support channels, while the registry declares no primary credential or environment variables, leaving the permission boundary and least-privilege scope undefined.

Skill content
"为[公司Twitter账号]自动发布" and "处理[客户支持]请求,自动回答[订单状态查询]和[退货政策]问题"
Recommendation

Declare required credentials, use least-privilege scopes, require explicit account selection, and separate read-only monitoring from write/publish permissions.

What this means

Automated posts or support replies could continue after the original task intent, spreading mistakes across public or customer-facing channels.

Why it was flagged

The skill advertises continuous and scheduled autonomous behavior, but no stop conditions, duration limits, owner approval, or kill-switch controls are specified.

Skill content
"Handle FAQs, route tickets, provide 24/7 support" and "Schedule posts, monitor engagement"
Recommendation

Make schedules time-bounded, require an owner and visible status, provide pause/stop controls, and log all live actions for review.

What this means

Users may assume enterprise controls exist when the provided artifacts do not show them, increasing the chance of unsafe use on live business workflows.

Why it was flagged

These security/control claims are not backed by the provided implementation; main.js labels the helpers as placeholders and returns mock objects, so users could over-trust the skill's safety controls.

Skill content
"Enterprise Features" including "Audit logging and compliance tracking" and "Role-based access control"
Recommendation

Document which controls are actually implemented, show how audit logs and RBAC are enforced, and avoid using the skill for regulated workflows until those controls are verified.