Skip to main content

gi-splice

Detects splice donor and acceptor sites in DNA sequences using Genomic Intelligence's API for accurate splicing predictions.

Install this skill

or
90/100

Security score

The gi-splice 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 144

Access to hidden dotfiles in home directory

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

Access to .env file

SourceSKILL.md
141A 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 145

Access to .env file

SourceSKILL.md
145cp .env.example .env
low line 146

Access to .env file

SourceSKILL.md
146set -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 102

External URL reference

SourceSKILL.md
102`POST https://api.genomicintelligence.ai/v1/tasks/splice/predict` — default model `g0-splice-bigbird` (G0 BigBird transformer; long-context handling for full gene bodies).
Scanned on Jun 6, 2026
View Security Dashboard
Installation guide →