Caveat verdict

xhs-search

follow-xhs

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Reads local files AND makes external network calls

Xiaohongshu (RedNote) search skill that uses a user-provided web_session cookie to query the platform and return content; credential access is the user's own session cookie used for the stated search purpose.

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.

0
security
60
transparency
70
maintenance

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.

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

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

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (5)

Pattern match high

HTTP request to bare IP address — common in malicious payloads

SKILL.md · code · http://127.0.0.1

Pattern match high

Uses eval() — can execute arbitrary code

scripts/request/web/encrypt/config.py · prose · downgraded · eval(

Pattern match medium

Long base64 string (100+ chars) — likely obfuscated payload

scripts/request/web/encrypt/decrypt_xs_xsc.py · prose · downgraded · 2UQAPsHC+aIjqArjwjHjNsQhPsHCH0rjNsQhPaHCH0c1Pjh9HjIj2eHjwjQgynEDJ74AHjIj2ePjwjQh

Pattern match low

Base64 encoding/decoding

scripts/request/web/encrypt/header/X_S_Common.py · prose · downgraded · base64_encode

Pattern match low

Python aiohttp session — async network access

scripts/request/web/xhs_session.py · prose · downgraded · aiohttp.ClientSession

Permissions & capabilities

No declared permissions — minimal attack surface.

file_readnetwork_outpackage_install
Check another skill Browse the registry Auditing your own skills or configs? Use the API