Protein Interaction Network Analysis
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is bioinformatics analysis using established public databases. No malicious intent, obfuscation, or suspicious code patterns were detected. The skill references an external file 'python_implementation.py' for its core logic, which, although not provided, is described in the documentation as performing standard data mapping and retrieval.- [EXTERNAL_DOWNLOADS]: The skill connects to STRING (string-db.org), BioGRID (thebiogrid.org), and SASBDB (sasbdb.org). These are well-known and trusted scientific data services. It also utilizes the ToolUniverse framework, which is a recognized scientific library for biological data tool integration.- [CREDENTIALS_UNSAFE]: The skill correctly handles the BioGRID API key by instructing users to use environment variables and providing placeholders rather than hardcoded secrets in the documentation.- [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection via user-supplied protein identifier lists, which are processed by external tools. 1. Ingestion points: The 'proteins' list in the 'analyze_protein_network' function (SKILL.md). 2. Boundary markers: None identified in the provided documentation or code snippets. 3. Capability inventory: The skill performs network operations to fetch data from STRING, BioGRID, and SASBDB (SKILL.md). 4. Sanitization: No explicit input validation or sanitization of protein names is documented.
Audit Metadata