alembic@ 1.0.0

github.com/manutej/luxor-claude-marketplace
Verdict: Do not install
4 critical0 high1 medium
F
SCORE 0 / 100
$skillox install alembicSoon
Sign in to followFollowing emails you when a re-scan drops the grade. Opt-out is per-creator on /account/billing.

Why grade F?

score · 0 / 100

The current grade reflects 4 critical findings (any 2+ CRITs → F).

4 CRIT0 HIGH1 MED0 LOW
To reach a higher grade
  • D
    Reach Dtarget score 30

    Resolve 3 of your 4 CRIT findings — any single CRIT still keeps you at D.

  • C
    Reach Ctarget score 55

    Resolve all 4 CRIT findings.

  • B
    Reach Btarget score 75

    Resolve all 4 CRIT.

  • A
    Reach Atarget score 95

    Resolve all 4 CRIT.

Thresholds are documented at /docs/grading. Source-of-truth is the grade() function in @skillox/scanner.

Latest scan findings

Scan crawl-wod5pprl9ptfznww76cpmez8 · Thu, 28 May 2026 17:53:27 GMT · 8ms

crit
Skill references secret env var $DATABASE_URL
The skill instructions reference `$DATABASE_URL`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.
rule: env-var-harvestingline: 905CWE-200
903# 1. Backup database before migration
904echo "Creating database backup..."
905pg_dump "$DATABASE_URL" > "$BACKUP_FILE"references $DATABASE_URL — potential credential leak
906echo "Backup created: $BACKUP_FILE"
907
crit
Skill references secret env var $DATABASE_URL
The skill instructions reference `$DATABASE_URL`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.
rule: env-var-harvestingline: 921CWE-200
919 echo "ERROR: Migration failed or timed out!"
920 echo "Restoring from backup..."
921 psql "$DATABASE_URL" < "$BACKUP_FILE"references $DATABASE_URL — potential credential leak
922 exit 1
923}
crit
Skill references secret env var $DATABASE_URL
The skill instructions reference `$DATABASE_URL`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.
rule: env-var-harvestingline: 933CWE-200
931 echo "ERROR: Migration incomplete. Current: $CURRENT_REV, Expected: $HEAD_REV"
932 echo "Restoring from backup..."
933 psql "$DATABASE_URL" < "$BACKUP_FILE"references $DATABASE_URL — potential credential leak
934 exit 1
935fi
crit
Skill references secret env var $DATABASE_URL
The skill instructions reference `$DATABASE_URL`, which contains a credential. If an attacker can lure the agent into including this in an outbound URL or message, the credential leaks.
rule: env-var-harvestingline: 1203CWE-200
1201
1202# 2. Manually fix database issues
1203psql $DATABASE_URLreferences $DATABASE_URL — potential credential leak
1204
1205# 3. Stamp to correct revision
med
No capability manifest declared
The skill ships without a `manifest.yaml` or `capabilities` block in its frontmatter. Without a manifest, the runtime cannot enforce what this skill is permitted to do.
rule: no-manifest
View latest scan →
skillox.io/c/alembic