hic-compartment-shift
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and logic do not contain any malicious patterns such as prompt injection, obfuscation, or unauthorized data access.
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill operates on user-provided biological data files (TSV format) and does not perform any network operations or access sensitive system credentials.
- [COMMAND_EXECUTION]: The skill uses standard command-line tools like
awkfor simple data transformation (column extraction), which is routine for bioinformatic workflows. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data files; however, the ingestion is limited to specific columns via
awk, providing minimal surface for indirect prompt injection.
Audit Metadata