Trusted — Risk Score 0/100
Last scan:17 hr ago Rescan
0 /100
zhua-metacognition
爪爪元认知系统 —— 思考自己的思考、监控认知过程、优化决策质量
The skill is a pure documentation/metacognition framework with no code, no sensitive operations, and no declared dangerous capabilities.
Skill Namezhua-metacognition
Duration16.1s
Enginepi
Safe to install
No action needed. The skill is safe to use as described.
ResourceDeclaredInferredStatusEvidence
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 24L · 865 B
├─ 📁 references
│ └─ 📝 api_reference.md Markdown 34L · 969 B
├─ 📁 scripts
│ └─ 🐍 example.py Python 19L · 595 B
└─ 📝 SKILL.md Markdown 80L · 2.1 KB

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)