Trusted — Risk Score 0/100
Last scan:8 hr ago Rescan
0 /100
agent-network
Agent 协作网络技能——让 OpenClaw 实例之间通过邮箱互相发现、委托任务、结算 Token 费用
Agent 协作网络技能,代码行为与文档声明完全一致,无越权操作,无恶意行为,邮箱凭证仅本地存储。
Skill Nameagent-network
Duration44.7s
Enginepi
Safe to install
审核通过,可安全使用。
ResourceDeclaredInferredStatusEvidence
Filesystem WRITE WRITE ✓ Aligned 所有脚本均读写agent-network目录下的JSON文件
Network READ READ ✓ Aligned SMTP发送邮件、IMAP接收邮件,符合声明
Shell NONE NONE openclaw-agent-network.sh仅作为Python脚本包装器,无危险操作
7 findings
📧
Info Email 邮箱地址
[email protected]
SKILL.md:53
📧
Info Email 邮箱地址
[email protected]
references/formats.md:17
📧
Info Email 邮箱地址
[email protected]
references/formats.md:33
📧
Info Email 邮箱地址
[email protected]
references/formats.md:57
📧
Info Email 邮箱地址
[email protected]
references/formats.md:173
📧
Info Email 邮箱地址
[email protected]
references/formats.md:197
📧
Info Email 邮箱地址
[email protected]
scripts/init.py:56

File Tree

15 files · 59.1 KB · 1891 lines
Python 10f · 1192L Markdown 4f · 631L Shell 1f · 68L
├─ 📁 references
│ ├─ 📝 billing.md Markdown 82L · 2.2 KB
│ ├─ 📝 formats.md Markdown 233L · 5.5 KB
│ └─ 📝 protocol.md Markdown 166L · 4.5 KB
├─ 📁 scripts
│ ├─ 🐍 calculate_bill.py Python 83L · 2.9 KB
│ ├─ 🐍 create_task.py Python 89L · 2.8 KB
│ ├─ 🔑 get_token_usage.py Python 111L · 3.5 KB
│ ├─ 🐍 init.py Python 109L · 3.8 KB
│ ├─ 🔧 openclaw-agent-network.sh Shell 68L · 2.1 KB
│ ├─ 🐍 receive_mail.py Python 203L · 6.3 KB
│ ├─ 🐍 send_mail.py Python 105L · 3.6 KB
│ ├─ 🐍 settle.py Python 133L · 4.8 KB
│ ├─ 🐍 show_ledger.py Python 107L · 3.5 KB
│ ├─ 🐍 show_task.py Python 139L · 4.9 KB
│ └─ 🐍 validate_bill.py Python 113L · 3.8 KB
└─ 📝 SKILL.md Markdown 150L · 5.0 KB

Security Positives

✓ 文档-代码一致性极高:所有脚本功能均已在SKILL.md中声明
✓ 邮箱凭证存储本地:SMTP/IMAP配置仅存储在identity.json,不对外传输
✓ 名片分享格式安全:对外分享时自动排除敏感信息(SMTP/IMAP密码)
✓ 使用标准库:所有Python脚本仅使用json、smtplib、imaplib等标准库,无第三方依赖
✓ 账单验证机制:validate_bill.py提供完整的验证逻辑,防止欺诈
✓ 主人确认机制:支持requireOwnerConfirmation配置,关键操作需主人确认
✓ 无混淆代码:所有代码清晰可读,无base64、eval等可疑模式
✓ 边界检查完善:settle.py检查余额,validate_bill.py验证账单合理性