扫描报告
0 /100
zhua-metacognition
爪爪元认知系统 —— 思考自己的思考、监控认知过程、优化决策质量
The skill is a pure documentation/metacognition framework with no code, no sensitive operations, and no declared dangerous capabilities.
可以安装
No action needed. The skill is safe to use as described.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | |
| 网络访问 | NONE | NONE | — | |
| 命令执行 | NONE | NONE | — | |
| 环境变量 | NONE | NONE | — | |
| 技能调用 | NONE | NONE | — | |
| 剪贴板 | NONE | NONE | — | |
| 浏览器 | NONE | NONE | — | |
| 数据库 | NONE | NONE | — |
目录结构
4 文件 · 4.4 KB · 157 行 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
安全亮点
✓ 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)