← back to workspace-hetu

SkillSpector · workspace-hetu

independent scanner by NVIDIA · skill by aAAaqwq · how it works ↗

FAILmax severity: CRITICALrisk score: 99

Dynamic __import__() can load arbitrary modules at runtime, bypassing static analysis and potentially importing malicious code.; compile() creates code objects from strings. When combined with exec()/eval(), it enables obfuscated code execution.; subprocess module calls execute external commands. Without careful input validation, this enables command injection.; +4 more

scanned 2026-08-22

Findings (17)

MEDIUMDangerous Code Executionconfidence: 0.75

Dynamic __import__() can load arbitrary modules at runtime, bypassing static analysis and potentially importing malicious code.

scripts/deep_reasoning/calibrator.py

MEDIUMDangerous Code Executionconfidence: 0.65

compile() creates code objects from strings. When combined with exec()/eval(), it enables obfuscated code execution.

scripts/deep_reasoning/embed_cal.py

MEDIUMDangerous Code Executionconfidence: 0.7

subprocess module calls execute external commands. Without careful input validation, this enables command injection.

ziwei_engine.py

MEDIUMMemory Poisoningconfidence: 0.8

Skill attempts to fill the context window with filler content, displacing legitimate instructions and safety constraints. This can degrade agent performance or bypass safety boundaries.

daliuren_calc.py

MEDIUMMemory Poisoningconfidence: 0.8

Skill attempts to fill the context window with filler content, displacing legitimate instructions and safety constraints. This can degrade agent performance or bypass safety boundaries.

scripts/backtest_engine.py

MEDIUMMemory Poisoningconfidence: 0.8

Skill attempts to fill the context window with filler content, displacing legitimate instructions and safety constraints. This can degrade agent performance or bypass safety boundaries.

scripts/deep_reasoning/blind_school.py

MEDIUMMemory Poisoningconfidence: 0.8

Skill attempts to fill the context window with filler content, displacing legitimate instructions and safety constraints. This can degrade agent performance or bypass safety boundaries.

scripts/deep_reasoning/numerology_interpreter.py

MEDIUMMemory Poisoningconfidence: 0.8

Skill attempts to fill the context window with filler content, displacing legitimate instructions and safety constraints. This can degrade agent performance or bypass safety boundaries.

scripts/deep_reasoning/numerology_interpreter_v3bak.py

MEDIUMMemory Poisoningconfidence: 0.8

Skill attempts to fill the context window with filler content, displacing legitimate instructions and safety constraints. This can degrade agent performance or bypass safety boundaries.

scripts/deep_reasoning/triple_cross.py

MEDIUMMemory Poisoningconfidence: 0.8

Skill attempts to fill the context window with filler content, displacing legitimate instructions and safety constraints. This can degrade agent performance or bypass safety boundaries.

scripts/deep_reasoning/triple_cross.py

MEDIUMMemory Poisoningconfidence: 0.8

Skill attempts to fill the context window with filler content, displacing legitimate instructions and safety constraints. This can degrade agent performance or bypass safety boundaries.

scripts/deep_reasoning/triple_cross.py

MEDIUMMemory Poisoningconfidence: 0.8

Skill attempts to fill the context window with filler content, displacing legitimate instructions and safety constraints. This can degrade agent performance or bypass safety boundaries.

scripts/deep_reasoning/triple_cross.py

MEDIUMMemory Poisoningconfidence: 0.8

Skill attempts to fill the context window with filler content, displacing legitimate instructions and safety constraints. This can degrade agent performance or bypass safety boundaries.

scripts/deep_reasoning/triple_cross_v2.py

MEDIUMMemory Poisoningconfidence: 0.8

Skill attempts to fill the context window with filler content, displacing legitimate instructions and safety constraints. This can degrade agent performance or bypass safety boundaries.

scripts/deep_reasoning/triple_cross_v2.py

HIGHOutput Handlingconfidence: 0.95

Model output is used without validation or sanitization. Unvalidated output injected into downstream contexts (SQL, shell, HTML) enables injection attacks and arbitrary code execution.

ziwei_engine.py

HIGHRogue Agentconfidence: 0.85

Skill modifies its own code, configuration, or behavior at runtime. Self-modification enables an agent to escalate privileges, disable safety constraints, or install persistent backdoors.

TOOLS.md

LOWSupply Chainconfidence: 0.4

Dependencies lack version pinning, allowing potential malicious package updates. Consider pinning versions.

package.json

What the verdicts mean

SkillSpector reports on SkillMD's shared five-tier scale. See how SkillSpector works ↗.

PASS

Overall severity LOW (risk score in the safe range)

CAUTION

Overall severity MEDIUM

WARNING

Overall severity HIGH

FAILthis skill

Overall severity CRITICAL

INCONCLUSIVE

Scan could not complete