← back to loki-mode

SkillSpector · loki-mode

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

FAILmax severity: CRITICALrisk score: 100

Direct eval() call evaluates arbitrary expressions. This can be exploited to execute malicious code or exfiltrate data.; 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.; +11 more

scanned 2026-08-23

Findings (20)

HIGHDangerous Code Executionconfidence: 0.85

Direct eval() call evaluates arbitrary expressions. This can be exploited to execute malicious code or exfiltrate data.

benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/160.py

MEDIUMMCP Least Privilegeconfidence: 0.7

Without declared permissions the skill's intent is opaque and cannot be validated.

SKILL.md

MEDIUMMCP Rug Pullconfidence: 0.7

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.

README.md

MEDIUMAgent Snoopingconfidence: 0.8

Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.

INSTALLATION.md

MEDIUMAgent Snoopingconfidence: 0.8

Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.

autonomy/run.sh

MEDIUMAgent Snoopingconfidence: 0.8

Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.

autonomy/run.sh

MEDIUMData Exfiltrationconfidence: 0.5

Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.

INSTALLATION.md

HIGHData Exfiltrationconfidence: 0.85

Code or instructions that leak agent conversation context to external services, potentially exposing sensitive user interactions.

autonomy/run.sh

HIGHData Exfiltrationconfidence: 0.85

Code or instructions that leak agent conversation context to external services, potentially exposing sensitive user interactions.

autonomy/run.sh

MEDIUMExcessive Agencyconfidence: 0.75

Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.

CHANGELOG.md

MEDIUMExcessive Agencyconfidence: 0.85

Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.

CHANGELOG.md

LOWExcessive Agencyconfidence: 0.7

Skill's behavior or capabilities extend beyond its stated purpose. Scope creep allows an agent to perform actions unrelated to its documented functionality, increasing the attack surface.

LICENSE

MEDIUMMemory Poisoningconfidence: 0.8

Skill injects content designed to persist in agent memory or context across interactions. Persistent injection can alter agent behavior long after the initial interaction.

CHANGELOG.md

HIGHMemory Poisoningconfidence: 0.8

Skill manipulates agent memory, state, or stored context. Memory corruption can alter personality, override safety rules, or cause unpredictable behavior.

CHANGELOG.md

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.

autonomy/README.md

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.

autonomy/README.md

HIGHMemory Poisoningconfidence: 0.8

Skill manipulates agent memory, state, or stored context. Memory corruption can alter personality, override safety rules, or cause unpredictable behavior.

autonomy/run.sh

MEDIUMRogue Agentconfidence: 0.6

Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.

.github/workflows/release.yml

HIGHRogue Agentconfidence: 0.9

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.

CHANGELOG.md

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.

INSTALLATION.md

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