扫描报告
5 /100
aegis-bridge
Orchestrate Claude Code sessions via Aegis HTTP/MCP bridge
A legitimate Claude Code session orchestration tool with no malicious indicators; all capabilities are accurately documented and appropriately scoped to localhost communication.
可以安装
Approve for use. This is a well-documented orchestration skill for managing Claude Code sessions via a local HTTP API bridge.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md:12 - curl to http://127.0.0.1:9100 |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md:42 - POST .../bash endpoint documented |
| 文件系统 | WRITE | WRITE | ✓ 一致 | setup-mcp.sh:33 - writes to ~/.claude/settings.json |
| 环境变量 | NONE | NONE | — | No os.environ access found |
10 项发现
中危 外部 URL 外部 URL
http://127.0.0.1:9100/v1/health SKILL.md:12 中危 外部 URL 外部 URL
http://127.0.0.1:9100/v1/sessions SKILL.md:27 中危 外部 URL 外部 URL
http://127.0.0.1:9100/v1/sessions/$SID/send SKILL.md:42 中危 外部 URL 外部 URL
http://127.0.0.1:9100/v1/sessions/$SID/read SKILL.md:52 中危 外部 URL 外部 URL
http://127.0.0.1:9100/v1/sessions/$SID SKILL.md:87 中危 外部 URL 外部 URL
http://127.0.0.1:9100 references/api-quick-ref.md:3 中危 外部 URL 外部 URL
http://127.0.0.1:9100/v1/sessions/$SID/approve references/heartbeat-template.md:53 中危 外部 URL 外部 URL
http://127.0.0.1:9100/v1/sessions/$SID/pane references/heartbeat-template.md:69 中危 外部 URL 外部 URL
http://127.0.0.1:9100/v1/sessions/$SID/summary references/workflow-examples.md:22 中危 外部 URL 外部 URL
http://127.0.0.1:9100/v1/pipelines references/workflow-examples.md:51 目录结构
8 文件 · 22.3 KB · 747 行 Markdown 6f · 648L
Shell 2f · 99L
├─
▾
references
│ ├─
agent-template.md
Markdown
│ ├─
api-quick-ref.md
Markdown
│ ├─
heartbeat-template.md
Markdown
│ └─
workflow-examples.md
Markdown
├─
▾
scripts
│ ├─
health-check.sh
Shell
│ └─
setup-mcp.sh
Shell
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ All network traffic is localhost-only (127.0.0.1:9100)
✓ No credential harvesting or sensitive file access
✓ No obfuscation techniques (base64, eval, etc.)
✓ Documentation accurately describes all functionality
✓ Shell commands are explicitly declared for session orchestration
✓ Auto-approve pattern targets spawned CC session permissions, not skill escalation
✓ No external package dependencies (no requirements.txt, package.json, etc.)
✓ Simple bash scripts with transparent logic