segyio
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The provided scripts for inspecting and extracting seismic data are implemented using legitimate scientific libraries (segyio, numpy) and follow standard data processing practices without any malicious intent.- [PROMPT_INJECTION]: The skill exposes a potential surface for indirect prompt injection because it reads and displays the 3200-byte text header from SEG-Y files. While this text is user-controlled, extracting it is a primary function of the tool.
- Ingestion points:
scripts/inspect_segy.pyextracts the text header from binary files using thef.text[0]property. - Boundary markers: Absent; the text header is printed directly to the output.
- Capability inventory: The skill is limited to file system read and write operations specifically for the SEG-Y format.
- Sanitization: Absent; the header content is processed as raw text data as per the SEG-Y specification.
Audit Metadata