bulk-rna-seq-differential-expression-with-omicverse

Pass

Audited by Gen Agent Trust Hub on Jul 22, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill instructs the agent to download gene mapping assets and pathway databases using ov.utils.download_geneid_annotation_pair() and ov.utils.download_pathway_database(). These downloads are standard biological reference data retrieved through the omicverse library's official utility functions.
  • [COMMAND_EXECUTION]: The skill involves processing local data files and performing statistical computations using the omicverse and pandas libraries. These operations are intended for the primary purpose of RNA-seq data analysis.
  • [PROMPT_INJECTION]: The skill ingests data from a user-supplied file (counts.txt), which represents an indirect prompt injection surface.
  • Ingestion points: Local gene-level count matrix loaded via ov.pd.read_csv in both SKILL.md and reference.md.
  • Boundary markers: No explicit prompt boundary markers or "ignore instructions" warnings are present during the data loading phase.
  • Capability inventory: The workflow includes file reading, statistical analysis, plotting, and remote data retrieval using library-specific utilities.
  • Sanitization: The skill implements basic defensive validation using Python assertions to ensure that treatment and control groups exist in the data and do not overlap.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 22, 2026, 05:42 PM
Security Audit — agent-trust-hub — bulk-rna-seq-differential-expression-with-omicverse