扫描报告
0 /100
ontology
Typed knowledge graph for structured agent memory and composable skills
Ontology skill is a well-documented typed knowledge graph system with only local file operations and no suspicious behavior patterns.
可以安装
No action required. The skill is safe to use.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md: Declares runtime instructions operate on local files memory/ontology/g… |
| 命令执行 | READ | READ | ✓ 一致 | SKILL.md: CLI usage via python3 scripts/ontology.py is documented and legitimate |
| 网络访问 | NONE | NONE | — | No network operations declared or observed |
| 凭证 | NONE | NONE | — | SKILL.md explicitly forbids storing secrets: Credential type has forbidden_prope… |
目录结构
1 文件 · 6.5 KB · 232 行 Markdown 1f · 232L
└─
SKILL.md
Markdown
安全亮点
✓ Explicit credential handling policy: Credential type forbids storing password, secret, or token properties
✓ Well-documented constraint validation system with clear scope
✓ Local-only file operations documented in SKILL.md
✓ Append-only rule preserves data history and prevents accidental overwrites
✓ No network access required or declared
✓ No base64, eval, curl, or other suspicious code patterns
✓ Clear skill contract documentation for cross-skill integration