gprpy
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [SAFE]: The analyzed scripts and documentation align with the intended purpose of geophysical data processing. No malicious patterns or security vulnerabilities were found in the skill's logic.
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of
gprpy,numpy,scipy, andmatplotlib. These are standard packages available from the official Python Package Index (PyPI). - [PROMPT_INJECTION]: The skill processes untrusted external Ground-Penetrating Radar data files, which is an indirect prompt injection surface. Ingestion points: Binary data is loaded in
scripts/process_gpr.pyviadata.importdata(). Boundary markers: No delimiters or safety instructions are provided to the agent regarding the content of the data. Capability inventory: The skill allows reading from the filesystem and writing output files (images, SEG-Y). Sanitization: The skill depends on the internal parsing mechanisms of thegprpylibrary.
Audit Metadata