Scan Report
5 /100
rtk
RTK (Rust Token Kit) - CLI proxy that reduces LLM token consumption by 60-90% on common dev commands
纯文档型技能,仅包含 SKILL.md 和参考文档,无实际可执行代码。功能描述为 CLI 输出压缩工具,声称零依赖,风险极低。
Safe to install
此技能无脚本代码,无法验证运行时行为。建议在生产环境使用前确认 rtk 二进制文件来源可信。
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | 文档依赖外部工具 Doc Mismatch | SKILL.md:1 |
| Info | 提及敏感路径 ~/.local/share/rtk/tee/ Sensitive Access | SKILL.md:98 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | NONE | READ | ✓ Aligned | SKILL.md 描述命令包装功能但无脚本实现 |
| Filesystem | NONE | NONE | — | 文档提到 ~/.local/share/rtk/tee/ 但无实际文件操作代码 |
| Network | NONE | NONE | — | 无网络调用代码 |
1 findings
Medium External URL 外部 URL
https://www.rtk-ai.app SKILL.md:260 File Tree
2 files · 12.7 KB · 520 lines Markdown 2f · 520L
├─
▾
references
│ └─
rtk-full-docs.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 无实际脚本代码,不存在代码执行风险
✓ 文档描述的功能(CLI 输出压缩)本身无害
✓ 声称 zero dependencies,降低供应链风险
✓ 支持命令白名单机制(git, ls, grep 等有限命令)