jaspar-database
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is entirely focused on biological data analysis and motif scanning using the official JASPAR database infrastructure. No malicious behavior or security violations were identified.
- [EXTERNAL_DOWNLOADS]: The skill uses the 'requests' library to retrieve Position Frequency Matrices (PFMs) from 'https://jaspar.elixir.no/api/v1/'. This is a well-known and trusted academic service for genomics research. The downloads are restricted to structured JSON data for motif analysis.
- [COMMAND_EXECUTION]: All data processing, including PWM conversion and DNA sequence scanning, is performed locally using NumPy and standard Python logic. The skill does not utilize subprocesses, shell commands, or dynamic evaluation of user input.
- [PROMPT_INJECTION]: While the skill processes user-supplied DNA sequences as untrusted input, the analysis logic is deterministic and purely computational. There are no exploitable capability surfaces (such as system commands or file system writes) that could be targeted through indirect injection.
- [CREDENTIALS_UNSAFE]: No hardcoded API keys, tokens, or credentials were found. The JASPAR REST API used in this skill is open-access and does not require authentication.
Audit Metadata