扫描报告
8 /100
agent-status-monitor
检查本地开发 Agent(Claude Code、OpenCode、OpenClaw、Cursor 等)的运行状态、进程、会话和活动状态
Agent 状态监控工具,声明与实现一致,无恶意行为,仅存在轻微权限声明宽泛问题。
可以安装
建议标注 shell:WRITE 权限声明(用于执行检测脚本),但当前版本可直接使用。
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | 权限声明与实际需求存在偏差 文档欺骗 | SKILL.md:1 |
| 提示 | Telegram 集成子包存在独立安装逻辑 供应链 | telegram-commands/install.js:35 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | READ | ✓ 一致 | scripts/check-claude-code.sh:20 读取 ~/.claude/projects |
| 命令执行 | NONE | WRITE | ✓ 一致 | scripts/check-openclaw.sh:40 执行 openclaw status 命令 |
| 网络访问 | NONE | NONE | — | 所有代码均为本地执行 |
3 项发现
中危 外部 URL 外部 URL
https://socialify.git.ci/willin/agent-status-monitor/image?description=1&forks=1&name=1&owner=1&pattern=Circuit+Board&st... README.md:7 中危 外部 URL 外部 URL
http://127.0.0.1:18789 references/agent-commands.md:58 中危 外部 URL 外部 URL
https://t.me/BotFather telegram-commands/README.md:25 目录结构
13 文件 · 33.0 KB · 1214 行 Markdown 5f · 852L
Shell 5f · 215L
JavaScript 2f · 126L
JSON 1f · 21L
├─
▾
references
│ └─
agent-commands.md
Markdown
├─
▾
scripts
│ ├─
check-agents.sh
Shell
│ ├─
check-claude-code.sh
Shell
│ ├─
check-cursor.sh
Shell
│ ├─
check-openclaw.sh
Shell
│ └─
check-opencode.sh
Shell
├─
▾
telegram-commands
│ ├─
agents_monitor.plugin.json
JSON
│ ├─
index.js
JavaScript
│ ├─
install.js
JavaScript
│ └─
README.md
Markdown
├─
README.md
Markdown
├─
README.zh-CN.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ 代码无混淆、无恶意编码模式
✓ 无凭证收割、环境变量遍历或敏感路径窃取
✓ 无外部网络请求或 C2 通信
✓ 无反向 shell 或远程代码执行
✓ 无隐藏功能阴影(文档声明与实际行为一致)
✓ Telegram 代码仅提供状态查询,无越权操作
✓ 使用标准系统工具(ps, find, stat)进行合法检测
✓ 会话目录访问符合 Agent 工具标准存储位置