ClawAudit verdict
korean-scraper
Writes files AND executes processes
A web scraper for Korean sites (Naver, Coupang, Daum) using Playwright; scraping public websites for data extraction is the skill's stated purpose, and anti-bot evasion features are documented transparently.
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.
Writes files AND executes processes — may drop and execute malicious scripts
LLM05 · LLM06 · ASI05
Installs packages AND executes processes — opaque dependency chain with execution
LLM03 · ASI04
Permission integrity
package_install
Findings (3)
Uses exec() — may execute shell commands
SKILL.md · code · exec(
Uses eval() — can execute arbitrary code
scripts/coupang.js · prose · downgraded · eval(
setuid — privilege escalation mechanism
lib/common.js · prose · downgraded · setuid
Permissions & capabilities
No declared permissions — minimal attack surface.
package_installprocess_execfile_write Thanks — recorded.