omics-plotting
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of instructional text and Python code snippets for creating various omics-related plots (Volcano, MA, Heatmap, GSEA, etc.). All operations are performed on local datasets and save results to a local workspace directory (
figures/). - [INDIRECT_PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it ingests untrusted data from local CSV/TSV files.
- Ingestion points: Files are read using
pd.read_csv()across all plotting recipes (e.g.,deg_results.csv,expression.csv,gwas.csv). - Boundary markers: Absent. The skill provides code templates to be populated with data.
- Capability inventory: The skill uses
matplotlibandseabornfor visualization andpandasfor data manipulation. It performs file writes to the localfigures/directory. - Sanitization: Standard numeric and string processing via
numpyandpandas. Data labels are converted to strings before plotting. The risk of these labels influencing subsequent agent behavior is minimal in a visualization context.
Audit Metadata