ClawAudit verdict
playwright-interactive
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.
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.
Encodes data AND uses eval โ the obfuscated-execution pattern (atob + eval; data-flow not verified)
LLM05 ยท ASI05 ยท ASI10
Permission integrity
package_install
Findings (3)
Dynamic import() โ loads modules at runtime
SKILL.md ยท code
Dynamic import() โ loads module at runtime
SKILL.md ยท code ยท import('
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 Thanks โ recorded.