ontology-mapper
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs domain-specific mapping of materials science terms using Python's standard library, with no external dependencies or network operations.- [SAFE]: Script logic is restricted to reading local configuration files (mappings and summaries) and performing string matching or regex searches against these datasets.- [SAFE]: File access is constrained to the skill's own directory and a sibling directory (ontology-explorer) for reading shared registry information, which is a standard pattern for modular agent skills.- [SAFE]: Input validation is implemented for crystallographic parameters (e.g., space group ranges, lattice constant positivity) to ensure data integrity during the mapping process.
Audit Metadata