E2E自动化工程师 端到端流程测试

PassAudited by VirusTotal on May 8, 2026.

Overview

Type: OpenClaw Skill Name: e2e-flow-test Version: 1.1.0 The skill bundle is designed for E2E automation testing using Playwright and a local PHP-based runner (`php bin/w e2e:run`). The instructions in SKILL.md are consistent with standard testing workflows, including environment cleanup and reporting, with no evidence of malicious intent, data exfiltration, or harmful prompt injection.

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.

What this means

The agent may run browser tests or framework commands that consume resources and can affect local test state.

Why it was flagged

The skill directs the agent to run a local repository E2E test command. This is central to the stated testing purpose, but it still means the agent may execute local test workflows.

Skill content
Use `php bin/w e2e:run` for repository-supported browser testing.
Recommendation

Use a test or disposable environment, confirm the intended test scope, and avoid pointing the workflow at production services unless explicitly intended.

What this means

If real credentials are supplied, the agent may observe or use them while driving browser flows.

Why it was flagged

The skill may require login details or account/session prerequisites for realistic browser testing. This is expected for E2E validation, but it involves delegated account access.

Skill content
Any login, seed data, or runtime prerequisites.
Recommendation

Provide only least-privilege test accounts and non-production seed data whenever possible.

What this means

The agent may rely on project instructions that have not been reviewed here.

Why it was flagged

The skill references additional local project documents and skills that were not included in the reviewed artifact set. This is common for project-specific skills, but it means some behavior-shaping guidance is outside this review.

Skill content
Source Material
- `AI-ENTRY.md`
- `CLAUDE.md`
- `dev/ai/skills/testing/SKILL.md`
Recommendation

Review the referenced project guidance files before relying on the skill in a sensitive repository.

What this means

Failure details, environment notes, or prerequisite information could be shared in a team or agent-collaboration context.

Why it was flagged

The skill instructs the agent to notify a named role when issues occur. This appears collaboration-oriented, but the reviewed artifact does not define the notification channel or data boundaries.

Skill content
When a problem, blocker, risk, validation failure, or cross-agent issue is found, notify `@Weline-技术主管`.
Recommendation

Clarify where notifications go and avoid including secrets, tokens, or sensitive test data in collaboration updates.