using-geoscience-skills
Pass
Audited by Gen Agent Trust Hub on Sep 20, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill serves as a reference and orchestration layer for established geoscience libraries. All code snippets provided are standard usage examples for libraries like segyio, obspy, gempy, and simpeg. No malicious command execution or unauthorized access patterns were detected.
- [INDIRECT_PROMPT_INJECTION]: The skill describes workflows that ingest various external geoscience data formats (SEG-Y, LAS, DLIS, Shapefiles, GeoTIFFs, ERT data). While processing untrusted data is a theoretical vulnerability surface, the risk is minimal due to the structured, domain-specific nature of these formats. * Ingestion points: Multiple file loading operations including lasio.read(), segyio.open(), gpd.read_file(), and ert.load(). * Boundary markers: Not explicitly implemented in the snippets. * Capability inventory: Data processing, mathematical modelling, file writing, and remote data fetching via pooch. * Sanitization: Not explicitly shown in the architectural snippets.
Audit Metadata