ClawAudit verdict

playwright-interactive

88
๐ŸŸข Trusted
Low risk โ€” reviewed by ClawAudit, behavior matches stated purpose

Encodes data AND uses eval

Persistent Playwright browser automation skill using js_repl for iterative UI debugging of local web or Electron apps; dynamic_eval is the core mechanism of Playwright itself and is used for legitimate browser automation under user direction.

Automated static analysis โ€” not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
70
transparency
70
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence โ€” it does not verify that one flows into another. Read the code to confirm a live chain.

Capability combination critical

Encodes data AND uses eval โ€” the obfuscated-execution pattern (atob + eval; data-flow not verified)

LLM05 ยท ASI05 ยท ASI10

Permission integrity

Installs packages at runtime โ€” transitive dependencies are not auditable

package_install

Findings (3)

Confirmed in code high

Dynamic import() โ€” loads modules at runtime

SKILL.md ยท code

Pattern match high

Dynamic import() โ€” loads module at runtime

SKILL.md ยท code ยท import('

Pattern match high

HTTP request to bare IP address โ€” common in malicious payloads

SKILL.md ยท code ยท http://127.0.0.1

Permissions & capabilities

No declared permissions โ€” minimal attack surface.

dynamic_evalpackage_installdata_encoding
Check another skill Browse the registry Auditing your own skills or configs? Use the API