ClawAudit verdict

rss-personalized-digest

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

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.

0
security
50
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

Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)

LLM02 · LLM06 · ASI03

Capability combination critical

Reads files, encodes data, AND makes external network calls — the obfuscated-exfiltration pattern (data-flow not verified)

LLM02 · ASI03

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Performs file operations but does not declare file-accessing binaries

file_read

Findings (8)

Pattern match high

Base64 decode (atob) — may hide malicious payloads

SKILL.md · code · atob(

Pattern match medium

References tunneling service

SKILL.md · code · serveo

Pattern match medium

References child_process — can spawn system processes

rss-redirect-server.js · prose · downgraded · child_process

Pattern match medium

Uses spawn() — can execute external programs

rss-redirect-server.js · prose · downgraded · spawn(

Confirmed in code low

Data encoding/decoding

SKILL.md · code

Confirmed in code low

fetch() — outbound network request

SKILL.md · code

Pattern match low

Makes HTTP request to external URL

SKILL.md · code · fetch('http://

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API