minimax-understand-image
github.com/thincher/awsome_skills
Scanned Thu, 28 May 2026 17:44:34 GMT
Scan ID crawl-fjaifo64x8nkb3ye1dsb0257 · 3ms
C
SCORE 55 / 100
Verdict: Proceed with caution
3 high-severity findings.
This skill runs unsafe shell commands plus 3 other issues listed below.
0 critical3 high1 medium8 rules passed
Why grade C?
score · 55 / 100The current grade reflects 3 high-severity findings (3+ HIGHs → C).
0 CRIT3 HIGH1 MED0 LOW
To reach a higher grade
- BReach Btarget score 75
Resolve 1 of 3 HIGH (cap is 2).
- AReach Atarget score 95
Resolve all 3 HIGH.
Thresholds are documented at /docs/grading. Source-of-truth is the grade() function in @skillox/scanner.
Findings · ordered by severity
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.
22**方法 1: 使用官方安装脚本(推荐)**
23```bash
24curl -LsSf https://astral.sh/uv/install.sh | sh← curl | shell — common in destructive or supply-chain attacks
25```
26
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.
30```bash
31export UV_INDEX_URL="https://pypi.tuna.tsinghua.edu.cn/simple"
32curl -LsSf https://astral.sh/uv/install.sh | sh← curl | shell — common in destructive or supply-chain attacks
33```
34
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.
36```bash
37export UV_INDEX_URL="https://mirrors.aliyun.com/pypi/simple/"
38curl -LsSf https://astral.sh/uv/install.sh | sh← curl | shell — common in destructive or supply-chain attacks
39```
40
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-fjaifo64x8nkb3ye1dsb0257