Scan Report
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.
Safe to install
No action required. The skill is safe to use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md: Declares runtime instructions operate on local files memory/ontology/g… |
| Shell | READ | READ | ✓ Aligned | SKILL.md: CLI usage via python3 scripts/ontology.py is documented and legitimate |
| Network | NONE | NONE | — | No network operations declared or observed |
| credential | NONE | NONE | — | SKILL.md explicitly forbids storing secrets: Credential type has forbidden_prope… |
File Tree
1 files · 6.5 KB · 232 lines Markdown 1f · 232L
└─
SKILL.md
Markdown
Security Positives
✓ 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