Scan Report
0 /100
soul-architect
角色人格认知架构生成器(Identity Manifesto builder for content-engine personas)
Soul Architect 是一个角色人格清单生成工具,仅使用标准库进行目录创建和文本打印,无任何恶意行为。
Safe to install
该技能安全,可直接使用。
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md:118 scripts/synthesize.py:18 |
| Shell | NONE | NONE | — | scripts/synthesize.py 无 subprocess 调用 |
| Network | NONE | NONE | — | scripts/synthesize.py 无任何网络请求 |
| Environment | NONE | READ | ✓ Aligned | scripts/synthesize.py:1 import os(未用于敏感操作) |
| Database | NONE | NONE | — | 无数据库操作 |
| Clipboard | NONE | NONE | — | 无剪贴板操作 |
| Browser | NONE | NONE | — | 无浏览器操作 |
| Skill Invoke | NONE | NONE | — | 无嵌套技能调用 |
File Tree
3 files · 8.5 KB · 239 lines Markdown 1f · 141L
Python 1f · 65L
Ignore 1f · 33L
├─
▾
scripts
│ └─
synthesize.py
Python
├─
.gitignore
Ignore
└─
SKILL.md
Markdown
Security Positives
✓ 仅使用 Python 标准库(os, argparse, pathlib),无第三方依赖
✓ 代码行为与文档描述完全一致,无阴影功能
✓ 无网络请求,无数据外泄风险
✓ 无凭证收割、环境变量遍历或敏感路径访问
✓ 无 shell 执行或代码注入路径
✓ 功能单一透明,易于审计