well-log-evaluation
Pass
Audited by Gen Agent Trust Hub on Sep 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructions and code snippets for formation evaluation using standard industry libraries (lasio, welly, petropy, dlisio). The operations are limited to data loading, petrophysical calculations, and 3D visualization of numerical curve data. No network operations, credential access, or unsafe command execution patterns were detected.
- [INDIRECT_PROMPT_INJECTION]: The skill establishes a data ingestion surface by loading external LAS and DLIS files. These formats contain metadata headers that are parsed into the agent's context. However, the workflow is strictly analytical and lacks exploitable capabilities like shell access or outbound network requests, resulting in a safe configuration.
- Ingestion points: Stage 1 (lasio.read, dlisio.dlis.load) and Stage 2 (Well.from_las).
- Boundary markers: None present.
- Capability inventory: Numerical calculations (numpy/pandas), file reading (lasio/dlisio), and local 3D rendering (pyvista).
- Sanitization: None detected.
Audit Metadata