扫描报告
10 /100
x-reader
Read and summarize X/Twitter links with low-token routing
This is a legitimate X/Twitter link reader skill with no malicious behavior detected; the flagged IOC is a false positive (Chrome browser version number in user-agent string).
可以安装
This skill is safe to use. No security concerns identified.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 提示 | Chrome version misinterpreted as IP | scripts/xreader.mjs:251 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | xreader.mjs:38-50 reads session.json |
| 文件系统 | WRITE | WRITE | ✓ 一致 | xreader.mjs:35-37 writes migrated auth with 0o600 |
| 命令执行 | READ | READ | ✓ 一致 | xreader.mjs:75 uses execFileAsync to run xreach |
| 网络访问 | READ | READ | ✓ 一致 | xreader.mjs:78-83 resolves URLs via fetch() |
| 浏览器 | WRITE | WRITE | ✓ 一致 | xreader.mjs:85-253 uses Playwright for article extraction |
1 高危 7 项发现
高危 IP 地址 硬编码 IP 地址
122.0.0.0 scripts/xreader.mjs:253 中危 外部 URL 外部 URL
https://x.com/... SKILL.md:32 中危 外部 URL 外部 URL
https://x.com/.../status/... SKILL.md:44 中危 外部 URL 外部 URL
https://x.com/i/article/... SKILL.md:50 中危 外部 URL 外部 URL
https://x.com/yangguangai/status/2033736815405121642?s=46 SKILL.md:117 中危 外部 URL 外部 URL
https://x.com/yangguangai/status/2033522959407878621?s=46 SKILL.md:118 中危 外部 URL 外部 URL
https://x.com/google/status/2031558824042058064 SKILL.md:119 目录结构
4 文件 · 24.4 KB · 761 行 JavaScript 1f · 560L
Markdown 1f · 136L
JSON 2f · 65L
├─
▾
scripts
│ └─
xreader.mjs
JavaScript
├─
package-lock.json
JSON
├─
package.json
JSON
└─
SKILL.md
Markdown
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
xreach | * | npm | 否 | External CLI tool, documented dependency |
playwright | ^1.53.0 | npm | 否 | Used for article page rendering only |
安全亮点
✓ All functionality declared in SKILL.md matches code implementation
✓ Auth tokens are used locally for X.com authentication only - no exfiltration
✓ File permissions set to 0o600 for auth files
✓ No shell command injection vectors
✓ No base64/eval obfuscation
✓ No credential harvesting beyond documented auth files
✓ No remote script execution (curl|bash, wget|sh)
✓ No hidden functionality or undocumented network connections
✓ Dependencies are standard and documented (xreach CLI, Playwright)