Scan Report
10 /100
xhs-autopilot
Full-autonomous Xiaohongshu (Little Red Book/RED) AI-native content system. 30-min operation loop with self-improvement, multi-modal content generation, and automated publishing.
Documentation-only skill package for Xiaohongshu social media automation with no executable code present and no malicious indicators found.
Safe to install
This is a documentation package with no actual scripts. Verify script availability before deployment.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Referenced scripts not present in package Doc Mismatch | SKILL.md:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No scripts to infer filesystem access |
| Network | READ | READ | ✓ Aligned | Documentation mentions WebFetch/web requests for research |
| Shell | NONE | NONE | — | References bash commands but no scripts present |
| Browser | WRITE | WRITE | ✓ Aligned | CDP browser control via localhost:9222 is documented |
1 findings
Medium External URL 外部 URL
https://creator.xiaohongshu.com/publish/publish references/develop_protocol/DEVELOPER_BIBLE.md:110 File Tree
3 files · 14.2 KB · 490 lines Markdown 2f · 489L
JSON 1f · 1L
├─
▾
references
│ └─
▾
develop_protocol
│ └─
DEVELOPER_BIBLE.md
Markdown
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ All browser automation capabilities are thoroughly documented
✓ Anti-detection measures (human-like delays, viewport traps) are well-specified
✓ No obfuscation or suspicious encoding patterns detected
✓ No credential harvesting or data exfiltration mentioned
✓ Memory architecture provides good separation of concerns
✓ Exit codes and status tags provide clear observability