Scan Report
0 /100
zhua-metacognition
爪爪元认知系统 —— 思考自己的思考、监控认知过程、优化决策质量
The skill is a pure documentation/metacognition framework with no code, no sensitive operations, and no declared dangerous capabilities.
Safe to install
No action needed. The skill is safe to use as described.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | |
| Network | NONE | NONE | — | |
| Shell | NONE | NONE | — | |
| Environment | NONE | NONE | — | |
| Skill Invoke | NONE | NONE | — | |
| Clipboard | NONE | NONE | — | |
| Browser | NONE | NONE | — | |
| Database | NONE | NONE | — |
File Tree
4 files · 4.4 KB · 157 lines Markdown 2f · 114L
Text 1f · 24L
Python 1f · 19L
├─
▾
assets
│ └─
example_asset.txt
Text
├─
▾
references
│ └─
api_reference.md
Markdown
├─
▾
scripts
│ └─
example.py
Python
└─
SKILL.md
Markdown
Security Positives
✓ No executable code present — SKILL.md is pure documentation describing metacognition concepts
✓ No dependencies declared (no requirements.txt, package.json, or equivalent)
✓ No sensitive paths accessed (no ~/.ssh, ~/.aws, .env references)
✓ No network activity, credential harvesting, or data exfiltration
✓ No obfuscation techniques (base64, eval, or encoded payloads)
✓ All scripts (scripts/example.py) are explicitly placeholder stubs with no real functionality
✓ No doc-to-code mismatch: what is described is what exists (documentation only)