alembic@ 1.0.0
github.com/manutej/luxor-claude-marketplace
Scanned Thu, 28 May 2026 17:53:27 GMT
Scan ID crawl-wod5pprl9ptfznww76cpmez8 · 8ms
F
SCORE 0 / 100
Verdict: Do not install
4 critical findings.
This skill exfiltrates environment secrets ($DATABASE_URL) plus 4 other issues listed below.
4 critical0 high1 medium7 rules passed
Why grade F?
score · 0 / 100The current grade reflects 4 critical findings (any 2+ CRITs → F).
4 CRIT0 HIGH1 MED0 LOW
To reach a higher grade
- DReach Dtarget score 30
Resolve 3 of your 4 CRIT findings — any single CRIT still keeps you at D.
- CReach Ctarget score 55
Resolve all 4 CRIT findings.
- BReach Btarget score 75
Resolve all 4 CRIT.
- AReach Atarget score 95
Resolve all 4 CRIT.
Thresholds are documented at /docs/grading. Source-of-truth is the grade() function in @skillox/scanner.
Findings · ordered by severity
critSkill references secret env var $DATABASE_URLThe 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.▾
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.
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
critSkill references secret env var $DATABASE_URLThe 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.▾
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.
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}
critSkill references secret env var $DATABASE_URLThe 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.▾
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.
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
critSkill references secret env var $DATABASE_URLThe 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.▾
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.
1201
1202# 2. Manually fix database issues
1203psql $DATABASE_URL← references $DATABASE_URL — potential credential leak
1204
1205# 3. Stamp to correct revision
medNo capability manifest declaredThe 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▾
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-manifestskillox.io/r/crawl-wod5pprl9ptfznww76cpmez8