tooluniverse-drug-target-validation
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill retrieves biological, chemical, and clinical data from several well-known scientific services and databases, including OpenTargets, ChEMBL, UniProt, the Protein Data Bank (PDB), and PubMed, to populate its target validation report.
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted data from external scientific sources that could theoretically contain malicious instructions.
- Ingestion points: Untrusted data enters the agent's context through tools fetching literature abstracts (
PubMed_search_articles,EuropePMC_search_articles) and protein function summaries from external databases (UniProt_get_function_by_accession). - Boundary markers: While the skill uses a structured markdown report template, it lacks explicit delimiters or specific 'ignore instructions' warnings when interpolating retrieved external text into the final report.
- Capability inventory: The skill provides the agent with capabilities to perform network-based database queries and write detailed validation reports to the local filesystem.
- Sanitization: There is no evidence of text sanitization or filtering applied to the content retrieved from external biological databases before it is processed by the agent.
Audit Metadata