alphagenome-atlas-website-links
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches genomic annotation data (GENCODE v46) in Feather format from a vendor-controlled bucket at storage.googleapis.com to resolve genomic loci.\n- [COMMAND_EXECUTION]: Provides a local Python CLI utility, executed via uv, to automate link generation and variant table formatting.\n- [INDIRECT_PROMPT_INJECTION]: Processes variant identifiers and JSON data to construct deep-links, presenting a potential but low-risk indirect injection surface.\n
- Ingestion points: Genetic variant strings, gene symbols, and variant records provided via CLI arguments or JSON files.\n
- Boundary markers: None identified in the provided implementation.\n
- Capability inventory: Limited to URL synthesis, API metadata retrieval, and local data processing; no capability for execution of untrusted scripts or network exfiltration.\n
- Sanitization: Genomic variants and coordinates are validated using regular expressions, and URL parameters are sanitized with standard encoding.
Audit Metadata