unibind-database
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interacts exclusively with the UniBind database (unibind.uio.no), which is a reputable scientific resource hosted by the University of Oslo. All API calls and data retrievals are aligned with the skill's documented functionality.
- [EXTERNAL_DOWNLOADS]: The skill includes a 'download_tfbs' command that fetches BED or FASTA files from the UniBind server. These downloads are restricted to biological data and do not involve executable code or untrusted scripts.
- [COMMAND_EXECUTION]: The provided Python script uses 'argparse' to handle user-supplied parameters safely. There is no evidence of command injection or the use of unsafe shell execution patterns.
- [SAFE]: The skill implements a license notification mechanism that requires the agent to verify user awareness of the database terms. This is a best-practice for scientific data access and does not represent a malicious persistence or privilege escalation attempt.
Audit Metadata