Caveat verdict
time-masheen
the-time-masheen
Fetches from network AND uses eval/Function
Web scraping and browser automation skill using Scrapling/Playwright/Wayback CDX API; dynamic_eval reflects legitimate browser automation and scraping library usage, all operations are outbound fetches of user-specified URLs with no credential exfiltration.
Automated static analysis — not a human review. Caveat 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 Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Fetches from network AND uses eval/Function — the remote-code-execution pattern (data-flow not verified)
LLM05 · LLM06 · ASI05
Permission integrity
network_out
Findings (5)
Pipe-to-python pattern — remote code execution risk
SKILL.md · code · curl -s "https://archive.org/wayback/available?url=example.com" | python
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
pip3 install — installs Python packages at runtime
install.sh · prose · downgraded · pip3 install
Popular HTTP library — network access
README.md · prose · downgraded · got
Makes HTTP request to external URL
references/scrapling.md · code · fetch('https://
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/C). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outdynamic_eval Thanks — recorded.