扫描报告
5 /100
castreader
URL to audio: extract any web page and convert to natural AI speech (Kokoro TTS). No API key needed.
CastReader is a legitimate URL-to-audio TTS skill with no malicious behavior; pre-scan critical flags are false positives from standard audio decoding and browser emulation.
可以安装
Approve for use. Consider pinning puppeteer to a specific version in package.json for tighter supply-chain hygiene.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | puppeteer version loosely pinned 供应链 | package.json:11 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | WRITE | ✓ 一致 | Writes to /tmp/castreader-* dirs and user library — declared in SKILL.md (Mode B… |
| 网络访问 | READ | READ | ✓ 一致 | POSTs to api.castreader.ai for TTS; GETs target URLs for content extraction |
| 命令执行 | NONE | NONE | — | execFileSync('node', ...) only spawns node sub-script; not shell arbitrary execu… |
| 环境变量 | READ | READ | ✓ 一致 | Reads CASTREADER_API_KEY, CASTREADER_API_URL, CASTREADER_VOICE, CASTREADER_SPEED… |
1 严重 1 高危 15 项发现
严重 编码执行 Base64 编码执行(代码混淆)
Buffer.from(audioBase64, 'base64' scripts/generate-text.js:85 高危 IP 地址 硬编码 IP 地址
131.0.0.0 scripts/extract.js:42 中危 外部 URL 外部 URL
https://img.shields.io/badge/OpenClaw-Skill-blue README.md:3 中危 外部 URL 外部 URL
https://clawhub.ai/vinxu/castreader README.md:3 中危 外部 URL 外部 URL
https://img.shields.io/badge/License-MIT-green.svg README.md:4 中危 外部 URL 外部 URL
https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-lightgrey README.md:5 中危 外部 URL 外部 URL
https://paulgraham.com/greatwork.html README.md:10 中危 外部 URL 外部 URL
https://huggingface.co/hexgrad/Kokoro-82M README.md:95 中危 外部 URL 外部 URL
https://api.castreader.ai README.md:97 中危 外部 URL 外部 URL
https://castreader.ai README.md:101 中危 外部 URL 外部 URL
https://chromewebstore.google.com/detail/castreader-tts-reader/foammmkhpbeladledijkdljlechlclpb README.md:102 中危 外部 URL 外部 URL
https://microsoftedge.microsoft.com/addons/detail/niidajfbelfcgnkmnpcmdlioclhljaaj README.md:103 中危 外部 URL 外部 URL
https://castreader.ai/openclaw SKILL.md:16 中危 外部 URL 外部 URL
https://www.patreon.com/feross package-lock.json:248 中危 外部 URL 外部 URL
https://feross.org/support package-lock.json:252 目录结构
9 文件 · 74.0 KB · 2308 行 JSON 2f · 1222L
JavaScript 4f · 702L
Markdown 3f · 384L
├─
▾
references
│ └─
castreader-api.md
Markdown
├─
▾
scripts
│ ├─
extract.js
JavaScript
│ ├─
generate-text.js
JavaScript
│ ├─
read-url.js
JavaScript
│ └─
sync-books.js
JavaScript
├─
package-lock.json
JSON
├─
package.json
JSON
├─
README.md
Markdown
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
puppeteer | ^23.0.0 | npm | 否 | Major version loosely pinned; no known CVEs |
安全亮点
✓ All network requests go exclusively to api.castreader.ai — the documented TTS service
✓ No credential harvesting or exfiltration — CASTREADER_API_KEY is only sent to the legitimate endpoint
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env, etc.)
✓ No shell command injection or arbitrary command execution
✓ Filesystem writes are scoped to /tmp/castreader-* and user library at ~/castreader-library/
✓ No hidden instructions, obfuscated code, or shadow functionality
✓ SKILL.md accurately describes all implemented capabilities