ontology
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a CLI tool (
scripts/ontology.py) for managing a graph-based memory system. It performs standard file operations (read/append) on local JSONL and YAML files. - [DATA_EXPOSURE]: The skill implements a robust
Credentialentity type that explicitly forbids properties likepassword,secret,token, orapi_key. It enforces the use of indirection through asecret_refto prevent accidental credential leakage in the graph data. - [PATH_TRAVERSAL]: The Python implementation includes a
resolve_safe_pathfunction that resolves user-provided paths and ensures they remain within the workspace root, effectively mitigating directory traversal attacks. - [REMOTE_CODE_EXECUTION]: While the skill uses external packages like
PyYAML, it usesyaml.safe_loadfor parsing schema files, protecting against unsafe deserialization. There are no patterns involving remote code downloads or dynamic execution of untrusted input.
Audit Metadata