dbsnp_database
What this skill does
The skill provides a command-line interface for querying NCBI's dbSNP database, which contains information about genetic variants such as SNPs and indels. It uses the NCBI API to retrieve data and sup
github/google-deepmind - Insecure Credential Handling - 2.7k stars
Threat analysis
Skill info
pkg:github/google-deepmind/science-skills@0b42509?skill=dbsnp-databaseAssessments (2)
Insecure Credential Handling
Insecure Credential Handling via local-llm-review
scripts/dbsnp_cli.py
The code references `os.environ.get("NCBI_API_KEY")` without any validation or obfuscation. If the `.env` file is not properly secured, this could expose the API key to unauthorized users.Missing Input Validation
Missing Input Validation via local-llm-review
scripts/dbsnp_cli.py
The script does not validate or sanitize user input before using it in API requests. This could lead to injection attacks or malformed requests if the input is not properly controlled.Badge
Add the Anomity scan badge for dbsnp_database to your README.
How Anomity governs this at runtime
Scan-time vetting tells you what a skill says it will do. Anomity's Endpoint Sensor sees what agents actually do: it discovers skills alongside every other AI artifact on the endpoint, and runtime governance can allow, deny, or log the tool calls a skill triggers. Policy violations route to your SIEM, Slack, email, or Jira, backed by a queryable 90-day audit trail.
Book a 30-minute demo to see your own skill inventory.
Methodology and disputes
Every skill is assessed by the Anomity Skill Intelligence engine against its public source; findings indicate risk patterns, not confirmed exploitation. Maintainer of dbsnp_database? Report an issue or request a rescan.




