copaw-ai-assistant
github.com/aradotso/trending-skillsVerdict: 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 / 100The current grade reflects 1 critical finding (any single CRIT → D).
1 CRIT3 HIGH1 MED0 LOW
To reach a higher grade
- CReach Ctarget score 55
Resolve all 1 CRIT findings.
- BReach Btarget score 75
Resolve all 1 CRIT + 1 of 3 HIGH (cap is 2).
- AReach 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
critSkill 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.▾
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.
107 - id: openai-main
108 type: openai
109 api_key: ${OPENAI_API_KEY} # use env var reference← references ${OPENAI_API_KEY} — potential credential leak
110 model: gpt-4o
111 base_url: https://api.openai.com/v1
highDangerous shell pattern: curl | shellThe skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.▾
Dangerous shell pattern: curl | shell
The skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.
35**macOS / Linux:**
36```bash
37curl -fsSL https://copaw.agentscope.io/install.sh | bash← curl | shell — common in destructive or supply-chain attacks
38# With Ollama support:
39curl -fsSL https://copaw.agentscope.io/install.sh | bash -s -- --extras ollama
highDangerous shell pattern: curl | shellThe skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.▾
Dangerous shell pattern: curl | shell
The skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.
37curl -fsSL https://copaw.agentscope.io/install.sh | bash
38# With Ollama support:
39curl -fsSL https://copaw.agentscope.io/install.sh | bash -s -- --extras ollama← curl | shell — common in destructive or supply-chain attacks
40# Multiple extras:
41curl -fsSL https://copaw.agentscope.io/install.sh | bash -s -- --extras ollama,llamacpp
highDangerous shell pattern: curl | shellThe skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.▾
Dangerous shell pattern: curl | shell
The skill contains a shell command pattern (`curl | shell`) commonly used in destructive or supply-chain attacks.
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,llamacpp← curl | shell — common in destructive or supply-chain attacks
42```
43
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/c/copaw-ai-assistant