ontology
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and associated Python script do not contain any malicious patterns, prompt injections, or unauthorized data exfiltration capabilities.
- [CREDENTIALS_UNSAFE]: The skill enforces a secure credential configuration policy in
references/schema.mdandSKILL.mdthat explicitly bans the direct storage of sensitive fields likepassword,token, orapi_key, requiring indirect reference management instead. - [DYNAMIC_EXECUTION]: In
scripts/ontology.py, thevalidate_graphfunction securely loads schema files usingyaml.safe_load(), which protects against arbitrary code execution or unsafe object deserialization vulnerabilities.
Audit Metadata