Skip to main content

gi-promoter

Detects promoter regions in DNA sequences using the Genomic Intelligence API for rapid genomic analysis.

Install this skill

or
90/100

Security score

The gi-promoter skill was audited on Jun 6, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 148

Access to hidden dotfiles in home directory

SourceSKILL.md
148# Repo root (git clone) — or ~/.claude/plugins/cache/clawbio/clawbio/<version>/ for plugin installs
medium line 145

Access to .env file

SourceSKILL.md
145A shared hackathon-tier key ships in `.env.example` at the repo root (50 concurrent / 120 rpm, opt-in only). From wherever the ClawBio files live on your machine:
low line 149

Access to .env file

SourceSKILL.md
149cp .env.example .env
low line 150

Access to .env file

SourceSKILL.md
150set -a && source .env && set +a
low line 77

External URL reference

SourceSKILL.md
77> ⚠️ **Remote inference — opt-in required.** Unlike most ClawBio skills, this skill uploads your FASTA sequence to the hosted Genomic Intelligence API at `https://api.genomicintelligence.ai`. Prefer a
low line 103

External URL reference

SourceSKILL.md
103`POST https://api.genomicintelligence.ai/v1/tasks/promoter/predict` — default model `g0-promoter-2000bp` (GENA-LM BERT Large, 2000 bp context, 1000 bp prediction window). Override with `--model g0-pro
Scanned on Jun 6, 2026
View Security Dashboard
Installation guide →