bio-differential-expression-batch-correction
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Prompt Injection (SAFE): No instructions found that attempt to override system behavior, bypass filters, or extract system prompts. The language is purely instructional for data analysis.
- Data Exposure & Exfiltration (SAFE): No hardcoded credentials, sensitive file paths, or network operations were detected. The scripts operate exclusively on local data objects in an R environment.
- Obfuscation (SAFE): The content is clear-text R code. No Base64, zero-width characters, or encoded commands are present.
- Unverifiable Dependencies & Remote Code Execution (SAFE): The skill references established bioinformatics packages (sva, limma, DESeq2, harmony, Seurat). It does not include commands to download or execute external scripts at runtime.
- Indirect Prompt Injection (SAFE): The skill is designed to process untrusted biological data (expression matrices).
- Ingestion points: SKILL.md (via R variables such as 'counts' and 'metadata').
- Boundary markers: Absent.
- Capability inventory: None. The scripts perform statistical calculations and visualizations only; they lack network, file-write, or subprocess capabilities.
- Sanitization: Absent.
- Dynamic Execution (SAFE): The code snippets perform standard library calls. There is no use of eval(), system(), or dynamic code generation from untrusted strings.
Audit Metadata