Skip to main content

gi-annotation

Predicts gene and transcript structures from DNA sequences using the Genomic Intelligence API for efficient genomic analysis.

Install this skill

or
90/100

Security score

The gi-annotation 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 136

Access to hidden dotfiles in home directory

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

Access to .env file

SourceSKILL.md
133A 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 137

Access to .env file

SourceSKILL.md
137cp .env.example .env
low line 138

Access to .env file

SourceSKILL.md
138set -a && source .env && set +a
low line 78

External URL reference

SourceSKILL.md
78> ⚠️ **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 101

External URL reference

SourceSKILL.md
101`POST https://api.genomicintelligence.ai/v1/tasks/annotation/predict` with `Prefer: respond-async` — annotation is **async-only**. The pipeline streams progress through `GET /v1/tasks/jobs/{job_id}` (
Scanned on Jun 6, 2026
View Security Dashboard
Installation guide →