exploratory-data-analysis
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFEPROMPT_INJECTIONREMOTE_CODE_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is designed to ingest and summarize content from a wide variety of untrusted scientific data files (e.g., CSV, JSON, FASTA, etc.). This content is processed by
scripts/eda_analyzer.pyand included in reports, creating an indirect prompt injection surface. - Ingestion points: Scientific data files are read by the
eda_analyzer.pyscript and the agent is instructed to perform 'custom analysis' on these files inSKILL.md. - Boundary markers: The skill does not implement or suggest the use of boundary markers or instructions to ignore embedded commands within the processed data.
- Capability inventory: The
eda_analyzer.pyscript and the agent have the capability to read and write files on the local filesystem and use numerous external processing libraries. - Sanitization: Content extracted from analyzed files is included in markdown reports without sanitization or filtering.
- [REMOTE_CODE_EXECUTION]: The provided reference documentation (
references/chemistry_molecular_formats.mdandreferences/proteomics_metabolomics_formats.md) identifies thepicklelibrary as a standard tool for handling.pkland.picklefiles. Since the agent is encouraged to use these references to implement custom analysis on user-provided data, this creates a risk of arbitrary code execution via unsafe deserialization of untrusted files.
Audit Metadata