Scan Report
This report was generated in Chinese. Some content may be in Chinese.
5 /100
action-gate-bridge
Route risky communications next steps through a typed action-intent bridge for policy and approval handling
Action Gate Bridge 是一个设计良好的安全审批工作流,强制危险操作需人工批准,无实际恶意行为
Safe to install
可安全使用,建议保持环境变量验证机制确保 sidecar 端点可信
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | HTTP方法硬编码与文档描述不符 Doc Mismatch | scripts/route-http-write.js:33 |
| Info | 未使用参数 credentialsRef Doc Mismatch | scripts/route-http-write.js:21 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | scripts/propose-action.js:25 - 仅向本地 sidecar 发送提案 |
| Network | READ | READ | ✓ Aligned | scripts/route-http-write.js:29 - 仅向本地代理发送请求 |
| Shell | NONE | WRITE | ✓ Aligned | SKILL.md未声明node脚本执行,但这是必要的运行时能力 |
File Tree
5 files · 4.3 KB · 163 lines Markdown 3f · 89L
JavaScript 2f · 74L
├─
▾
references
│ ├─
action-bridge.md
Markdown
│ └─
approval-matrix.md
Markdown
├─
▾
scripts
│ ├─
propose-action.js
JavaScript
│ └─
route-http-write.js
JavaScript
└─
SKILL.md
Markdown
Security Positives
✓ 设计理念优秀:强制危险操作需人工审批,不默认执行
✓ 使用本地 sidecar 架构隔离敏感操作
✓ 红黄绿审批矩阵清晰,易于用户理解
✓ 代码简洁,无复杂混淆或隐藏逻辑
✓ 无凭证收割、远程执行或数据外泄行为
✓ 环境变量命名规范,带有安全前缀标识