copaw-ai-assistant

github.com/aradotso/trending-skills
Verdict: Do not install
1 critical3 high1 medium
D
SCORE 30 / 100
$skillox install copaw-ai-assistantSoon
Sign in to followFollowing emails you when a re-scan drops the grade. Opt-out is per-creator on /account/billing.

Why grade D?

score · 30 / 100

The current grade reflects 1 critical finding (any single CRIT → D).

1 CRIT3 HIGH1 MED0 LOW
To reach a higher grade
  • C
    Reach Ctarget score 55

    Resolve all 1 CRIT findings.

  • B
    Reach Btarget score 75

    Resolve all 1 CRIT + 1 of 3 HIGH (cap is 2).

  • A
    Reach Atarget score 95

    Resolve all 1 CRIT + all 3 HIGH.

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

Latest scan findings

Scan crawl-l4zip9mc4gkfma62zy6f4sh5 · Thu, 28 May 2026 17:12:42 GMT · 7ms

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 - id: openai-main
108 type: openai
109 api_key: ${OPENAI_API_KEY} # use env var referencereferences ${OPENAI_API_KEY} — potential credential leak
110 model: gpt-4o
111 base_url: https://api.openai.com/v1
high
Dangerous shell pattern: curl | shell
The skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.
rule: dangerous-shellline: 37CWE-78
35**macOS / Linux:**
36```bash
37curl -fsSL https://copaw.agentscope.io/install.sh | bashcurl | shell — common in destructive or supply-chain attacks
38# With Ollama support:
39curl -fsSL https://copaw.agentscope.io/install.sh | bash -s -- --extras ollama
high
Dangerous shell pattern: curl | shell
The skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.
rule: dangerous-shellline: 39CWE-78
37curl -fsSL https://copaw.agentscope.io/install.sh | bash
38# With Ollama support:
39curl -fsSL https://copaw.agentscope.io/install.sh | bash -s -- --extras ollamacurl | shell — common in destructive or supply-chain attacks
40# Multiple extras:
41curl -fsSL https://copaw.agentscope.io/install.sh | bash -s -- --extras ollama,llamacpp
high
Dangerous shell pattern: curl | shell
The skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.
rule: dangerous-shellline: 41CWE-78
39curl -fsSL https://copaw.agentscope.io/install.sh | bash -s -- --extras ollama
40# Multiple extras:
41curl -fsSL https://copaw.agentscope.io/install.sh | bash -s -- --extras ollama,llamacppcurl | shell — common in destructive or supply-chain attacks
42```
43
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/copaw-ai-assistant