single-cell-cellphonedb-communication-mapping
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs legitimate bioinformatics operations including data loading, statistical permutations, and visualization using established scientific libraries.
- [DATA_EXPOSURE]: The skill reads and writes data files (H5AD, PKL) to local project directories (
data/cpdb/,./cpdb_results). This behavior is restricted to the local filesystem and is necessary for its stated purpose of genomic data analysis. - [INDIRECT_PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection through the ingestion of external data files.
- Ingestion points: Reads AnnData objects from
data/cpdb/normalised_log_counts.h5adand a SQLite database fromcellphonedb.zip. - Boundary markers: None identified; the skill assumes structured scientific data formats.
- Capability inventory: Includes file system read/write operations (
ov.read,ov.utils.save,adata.write) and complex visualization rendering. No network exfiltration or shell execution capabilities are present. - Sanitization: Implements defensive validation in
SKILL.mdby checking for expected metadata columns, categorical types, and missing values (NaN) before processing.
Audit Metadata