maxquant-proteomics
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes the
MaxQuantCmd.exebinary locally to perform proteomics database searches. This is a primary function of the tool and is executed within the user's local environment. - [EXTERNAL_DOWNLOADS]: The skill references the official
maxquant.orgwebsite for software downloads and utilizes standard Python package managers (pip) to install well-known libraries such as pandas and scipy. - [SAFE]: Network interactions are limited to well-known bioinformatics platforms, specifically
string-db.organd Enrichr (viagseapy), for the purpose of protein pathway enrichment. No sensitive data is transmitted to these services. - [SAFE]: The skill ingests data from local
proteinGroups.txtfiles. While this represents a data ingestion surface, the processing involves statistical analysis and visualization rather than code execution or instruction processing. Ingestion points:proteinGroups.txtis read from the local file system using pandas. Boundary markers: Standard CSV/TSV delimiters are used; no specific security boundaries for text instructions are present. Capability inventory: Local subprocess execution of the MaxQuant search engine. Sanitization: Data is parsed into structured pandas DataFrames for numerical computation.
Audit Metadata