SkillSpector · minimax-pdf
independent scanner by NVIDIA · skill by LoopyLuci · how it works ↗
subprocess module calls execute external commands. Without careful input validation, this enables command injection.; Without declared permissions the skill's intent is opaque and cannot be validated.; npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.; +1 more
scanned 2026-08-23
Findings (12)
subprocess module calls execute external commands. Without careful input validation, this enables command injection.
scripts/fill_inspect.py
subprocess module calls execute external commands. Without careful input validation, this enables command injection.
scripts/fill_write.py
subprocess module calls execute external commands. Without careful input validation, this enables command injection.
scripts/merge.py
subprocess module calls execute external commands. Without careful input validation, this enables command injection.
scripts/reformat_parse.py
subprocess module calls execute external commands. Without careful input validation, this enables command injection.
scripts/render_body.py
Without declared permissions the skill's intent is opaque and cannot be validated.
SKILL.md
npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
SKILL.md
npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
scripts/make.sh
npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
scripts/render_cover.js
npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
scripts/render_cover.js
Code accesses environment variables that may contain secrets (API keys, tokens). This is a common pattern for credential theft.
scripts/make.sh
Code accesses environment variables that may contain secrets (API keys, tokens). This is a common pattern for credential theft.
scripts/make.sh
What the verdicts mean
SkillSpector reports on SkillMD's shared five-tier scale. See how SkillSpector works ↗.
Overall severity LOW (risk score in the safe range)
Overall severity MEDIUM
Overall severity HIGH
Overall severity CRITICAL
Scan could not complete