memory-lancedb-pro-openclaw
github.com/aradotso/trending-skills
Scanned Thu, 28 May 2026 17:13:26 GMT
Scan ID crawl-c5x93zrkqunu56t2pau8r9jb · 3ms
F
SCORE 0 / 100
Verdict: Do not install

6 critical findings.

This skill exfiltrates environment secrets (${OPENAI_API_KEY}) plus 6 other issues listed below.

6 critical0 high1 medium5 rules passed

Why grade F?

score · 0 / 100

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

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

    Resolve 5 of your 6 CRIT findings — any single CRIT still keeps you at D.

  • C
    Reach Ctarget score 55

    Resolve all 6 CRIT findings.

  • B
    Reach Btarget score 75

    Resolve all 6 CRIT.

  • A
    Reach Atarget score 95

    Resolve all 6 CRIT.

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

Findings · ordered by severity

crit
Skill references secret env var ${OPENAI_API_KEY}
The skill instructions reference `${OPENAI_API_KEY}`, 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: 73CWE-200
71 "embedding": {
72 "provider": "openai-compatible",
73 "apiKey": "${OPENAI_API_KEY}",references ${OPENAI_API_KEY} — potential credential leak
74 "model": "text-embedding-3-small"
75 },
crit
Skill references secret env var ${OPENAI_API_KEY}
The skill instructions reference `${OPENAI_API_KEY}`, 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: 109CWE-200
107 "embedding": {
108 "provider": "openai-compatible",
109 "apiKey": "${OPENAI_API_KEY}",references ${OPENAI_API_KEY} — potential credential leak
110 "model": "text-embedding-3-small",
111 "baseURL": "https://api.openai.com/v1"
crit
Skill references secret env var ${OPENAI_API_KEY}
The skill instructions reference `${OPENAI_API_KEY}`, 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: 120CWE-200
118 "extraction": {
119 "provider": "openai-compatible",
120 "apiKey": "${OPENAI_API_KEY}",references ${OPENAI_API_KEY} — potential credential leak
121 "model": "gpt-4o-mini"
122 },
crit
Skill references secret env var ${OPENAI_API_KEY}
The skill instructions reference `${OPENAI_API_KEY}`, 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: 179CWE-200
177 "embedding": { "provider": "jina", "apiKey": "${JINA_API_KEY}", "model": "jina-embeddings-v3" },
178 "reranker": { "provider": "jina", "apiKey": "${JINA_API_KEY}", "model": "jina-reranker-v2-base-multilingual" },
179 "extraction": { "provider": "openai-compatible", "apiKey": "${OPENAI_API_KEY}", "model": "gpt-4o-mini" }references ${OPENAI_API_KEY} — potential credential leak
180}
181```
crit
Skill references secret env var ${OPENAI_API_KEY}
The skill instructions reference `${OPENAI_API_KEY}`, 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: 186CWE-200
184```json
185{
186 "embedding": { "provider": "openai-compatible", "apiKey": "${OPENAI_API_KEY}", "model": "text-embedding-3-small" },references ${OPENAI_API_KEY} — potential credential leak
187 "reranker": { "provider": "siliconflow", "apiKey": "${SILICONFLOW_API_KEY}", "model": "BAAI/bge-reranker-v2-m3" },
188 "extraction": { "provider": "openai-compatible", "apiKey": "${OPENAI_API_KEY}", "model": "gpt-4o-mini" }
crit
Skill references secret env var ${OPENAI_API_KEY}
The skill instructions reference `${OPENAI_API_KEY}`, 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: 188CWE-200
186 "embedding": { "provider": "openai-compatible", "apiKey": "${OPENAI_API_KEY}", "model": "text-embedding-3-small" },
187 "reranker": { "provider": "siliconflow", "apiKey": "${SILICONFLOW_API_KEY}", "model": "BAAI/bge-reranker-v2-m3" },
188 "extraction": { "provider": "openai-compatible", "apiKey": "${OPENAI_API_KEY}", "model": "gpt-4o-mini" }references ${OPENAI_API_KEY} — potential credential leak
189}
190```
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
Scan another →Share
skillox.io/r/crawl-c5x93zrkqunu56t2pau8r9jb