扫描报告
5 /100
s2-soul-anchor
Deterministic identity anchor that generates S2-DID using SHA-256 hash of agent name
The S2-Soul-Anchor skill is a straightforward, deterministic identity generator that performs exactly as documented with no hidden functionality.
可以安装
This skill is safe to use. No security concerns identified.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file I/O operations in skill.py |
| 网络访问 | NONE | NONE | — | No network calls in skill.py |
| 命令执行 | NONE | NONE | — | No subprocess or shell execution |
| 环境变量 | NONE | NONE | — | No os.environ access |
| 技能调用 | NONE | NONE | — | No cross-skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database operations |
1 项发现
中危 外部 URL 外部 URL
https://space2.world SKILL.md:15 目录结构
3 文件 · 3.1 KB · 68 行 Python 1f · 45L
Markdown 1f · 14L
JSON 1f · 9L
├─
manifest.json
JSON
├─
SKILL.md
Markdown
└─
skill.py
Python
安全亮点
✓ Skill behavior matches documentation exactly - no doc-to-code mismatch
✓ No network calls - 100% local computation as claimed
✓ No file system writes - outputs to console only (HITL) as documented
✓ Uses only standard library (hashlib) - no third-party dependencies
✓ No credential access or environment variable reading
✓ No shell execution or subprocess usage
✓ No obfuscation or encoded payloads
✓ Pure deterministic SHA-256 hashing for identity generation