ClawAudit verdict
rss-personalized-digest
Reads local files AND makes external network calls
Skill fetches RSS feeds, generates personalized digests with click-tracking URLs, and exposes them via a local Node.js server tunneled through serveo.net; while it uses SSH tunneling and logs click IPs, this is all documented for the user's own content tracking and not exfiltration of sensitive data.
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.
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Reads files, encodes data, AND makes external network calls — the obfuscated-exfiltration pattern (data-flow not verified)
LLM02 · ASI03
Permission integrity
network_out
file_read
Findings (8)
Base64 decode (atob) — may hide malicious payloads
SKILL.md · code · atob(
References tunneling service
SKILL.md · code · serveo
References child_process — can spawn system processes
rss-redirect-server.js · prose · downgraded · child_process
Uses spawn() — can execute external programs
rss-redirect-server.js · prose · downgraded · spawn(
Data encoding/decoding
SKILL.md · code
fetch() — outbound network request
SKILL.md · code
Makes HTTP request to external URL
SKILL.md · code · fetch('http://
Node http/https module — low-level network access
rss-redirect-server.js · prose · downgraded · require('http')
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/D). 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_infile_readdata_encodingnetwork_out Thanks — recorded.