Ai Web Automation Hardened

ReviewAudited by ClawScan on May 10, 2026.

Overview

This appears to be a disclosed web automation/scraping skill with safety guardrails and no artifact-backed hidden exfiltration, but its broad automation, credential, and scheduling features should be used carefully.

Install only if you are comfortable with a broad web automation helper. Use it on authorized targets, avoid bypassing site protections, keep credentials out of prompts and command arguments, confirm any destination before sending scraped data, and verify cleanup/disable steps before using scheduled automation.

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 help run web requests or submissions against user-specified sites; misuse could violate site rules or change data on a web service.

Why it was flagged

The skill is explicitly designed to automate web interactions, including scraping and submissions. This is coherent with its purpose, but arbitrary web automation can affect third-party sites or user accounts if used without authorization.

Skill content
- 表单填写
- 数据抓取
- 定时任务
- 自动化测试
- API 测试
- 网站监控
- 自动化提交
Recommendation

Use only on sites and accounts where you have authorization, prefer official APIs, and require explicit user confirmation before submitting forms or sending scraped data elsewhere.

What this means

If you provide tokens or API keys, the automation may act with the permissions of those credentials.

Why it was flagged

The skill anticipates authenticated automation using API keys or tokens. This is expected for web/API automation, but credentials grant account access and need careful scoping.

Skill content
Use environment variables (`$API_KEY`) or credential stores to pass authentication values to `openclaw` commands
Recommendation

Use scoped, revocable credentials; avoid pasting real secrets into prompts or command arguments; and rotate any token that may have been exposed.

What this means

A scheduled automation could keep running and repeatedly access a website after the initial request.

Why it was flagged

The documentation advertises recurring scheduled automation. The included code does not implement this, but if supported by an external runner it would create continuing activity that should have clear limits and cancellation.

Skill content
openclaw run web-automation --action "cron" --schedule "0 */6 * * *" --target "monitor"
Recommendation

Before enabling scheduled tasks, confirm where the schedule is stored, how to disable it, what target it will access, and what data it will produce or send.

What this means

You have less external context for who maintains the skill or whether the published files match a trusted upstream project.

Why it was flagged

There is no upstream repository or homepage to verify provenance. The supplied code is small and does not show hidden behavior, so this is a provenance note rather than a concrete compromise.

Skill content
Source: unknown
Homepage: none
No install spec — this is an instruction-only skill.
Recommendation

Review the included files before installation and prefer skills with a verifiable source repository when using automation that can touch accounts or websites.