Webapp Testing

v1.1.0

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing...

0· 105·0 current·0 all-time
byCorbin Breton@corbin-breton
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (local webapp testing with Playwright) align with the included helper and examples. The bundle requests no unrelated binaries, env vars, or config paths.
Instruction Scope
SKILL.md focuses on local development use and Playwright scripts. It instructs running local servers and automation scripts and explicitly warns not to use production URLs. It also suggests saving screenshots and reading page content (normal for testing) — be aware those artifacts may include sensitive app data during testing.
Install Mechanism
No install spec; the skill is instruction-only with a single small Python helper included. Nothing is downloaded or written to disk by an installer.
Credentials
No environment variables, credentials, or config paths are requested. The helper runs local server commands and checks localhost ports only — proportional to the stated purpose.
Persistence & Privilege
Skill is not always-enabled, does not request elevated persistence, and contains no logic that modifies other skills or global agent configuration.
Assessment
This skill appears coherent and limited to local webapp testing. Before use: review scripts/with_server.py (it launches server processes and can run commands through a shell only when you pass --shell), avoid using --shell unless the command is trusted, never point tests at production URLs, and remember that screenshots/page content can contain sensitive data from the app under test. If you will run untrusted server commands, run them in an isolated environment (container/VM).

Like a lobster shell, security has layers — review code before you run it.

latestvk970k15c8k351h1p7tpy8p8mkh83xpsj

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments