rerun-chunk-processing
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The documentation suggests using a shell command (
python -c) to access the library's built-in help documentation for introspection.\n- [INDIRECT_PROMPT_INJECTION]: The skill describes methods for ingesting external data formats, which establishes an entry point for untrusted data.\n - Ingestion points: The API provides readers for MCAP, Parquet, HDF5, and MP4 files, as well as URDF models.\n
- Boundary markers: No explicit instructions for delimiting or sanitizing the content of these external files are provided in the skill instructions.\n
- Capability inventory: The skill environment allows tools for network access (
WebFetch) and shell execution (Bash), and the API can write processed data to disk (write_rrd).\n - Sanitization: The skill does not describe validation or escaping for the data processed through its readers and lenses.\n- [EXTERNAL_DOWNLOADS]: The skill contains references to official documentation and example code located on the vendor's GitHub repository and primary website.
Audit Metadata