Scan Report
5 /100
persona-creator
数字人风格生成器 — analyzes conversation history to generate personality profiles and supports role-play impersonation
Persona Creator skill performs straightforward conversation style analysis with no malicious behavior — all capabilities are legitimate and align with documented intent.
Safe to install
No action needed. Consider documenting filesystem:READ and filesystem:WRITE in the SKILL.md metadata for completeness, but the functionality is benign.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Filesystem permissions not enumerated in SKILL.md YAML metadata Doc Mismatch | SKILL.md:1 |
| Info | /tmp used for intermediate data exchange between pipeline steps Sensitive Access | scripts/analyze.py:93 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | READ+WRITE | ✓ Aligned | SKILL.md prose describes memory/ and persona/ file operations but YAML metadata … |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md explicitly declares bash/python3 subprocess execution for all 4 functio… |
| Network | NONE | NONE | — | No network calls found in any script |
| Environment | NONE | NONE | — | No environment variable iteration or credential access |
| Skill Invoke | NONE | NONE | — | Scripts do not invoke other skills |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser usage |
| Database | NONE | NONE | — | No database access |
File Tree
6 files · 28.0 KB · 843 lines Python 4f · 505L
Markdown 1f · 281L
JSON 1f · 57L
├─
▾
persona
│ └─
yourself.json
JSON
├─
▾
scripts
│ ├─
analyze.py
Python
│ ├─
forget.py
Python
│ ├─
refresh.py
Python
│ └─
save_persona.py
Python
└─
SKILL.md
Markdown
Security Positives
✓ No credential harvesting or environment variable enumeration observed
✓ No network requests, external IPs, or data exfiltration
✓ No base64, obfuscation, or anti-analysis techniques
✓ No remote script download (curl|bash, wget|sh)
✓ No access to ~/.ssh, ~/.aws, .env, or other sensitive paths
✓ All shell executions (python3 subprocess) are explicitly declared in SKILL.md
✓ File operations (memory/*.md reading, persona/*.json writing) are fully described in prose
✓ No supply chain risk — no external dependencies with vulnerabilities
✓ Role-play mode is a straightforward personality impersonation with no elevation tricks
✓ The forget.py deletion is backed up before removal — safe recovery path exists