Skip to main content

gi-expression

Predicts tissue or cell-type expression from DNA sequences using the Genomic Intelligence model via a hosted API.

Install this skill

or
90/100

Security score

The gi-expression 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 138

Access to hidden dotfiles in home directory

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

Access to .env file

SourceSKILL.md
135A 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 139

Access to .env file

SourceSKILL.md
139cp .env.example .env
low line 140

Access to .env file

SourceSKILL.md
140set -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 100

External URL reference

SourceSKILL.md
100`POST https://api.genomicintelligence.ai/v1/tasks/expression/predict` — default model `g0-expression`.
Scanned on Jun 6, 2026
View Security Dashboard
Installation guide →