dlisio

Pass

Audited by Gen Agent Trust Hub on Sep 14, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill uses established, domain-specific Python libraries (dlisio, lasio) for its primary functionality. These libraries are standard tools for petrophysicists and geoscientists.
  • [INDIRECT_PROMPT_INJECTION]: The skill represents a data ingestion surface as it parses external .dlis and .lis files.
  • Ingestion points: Files are loaded via dlisio.dlis.load() in scripts/dlis_to_las.py and documentation examples.
  • Boundary markers: The instructions do not define specific delimiters, but the skill operates on highly structured binary data formats (RP66).
  • Capability inventory: The skill has file read and write capabilities (las.write()) used for format conversion.
  • Sanitization: The dlisio library performs strict binary parsing. Metadata extracted from the files is used for header information in converted LAS files.
  • [COMMAND_EXECUTION]: The skill includes documentation for parallel processing using ProcessPoolExecutor in references/frame_channels.md. This is used correctly for CPU-bound data processing tasks and does not involve passing unsanitized user input to shell commands.
  • [DEPENDENCIES]: All identified dependencies (dlisio, lasio, numpy, pandas, matplotlib) are well-known, legitimate packages from official registries.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 14, 2026, 05:45 PM
Security Audit — agent-trust-hub — dlisio