← back to diary

SkillSpector · diary

independent scanner by NVIDIA · skill by nimoqup046-collab · how it works ↗

FAILmax severity: CRITICALrisk score: 100

subprocess module calls execute external commands. Without careful input validation, this enables command injection.; Dynamic getattr() with a non-literal attribute name can access arbitrary object attributes, potentially bypassing access controls.; Data from a source is assigned to a variable that is later passed to a sink, creating a variable-mediated taint flow.; +8 more

scanned 2026-08-22

Findings (15)

MEDIUMDangerous Code Executionconfidence: 0.7

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

scripts/master_diary_sync.py

MEDIUMDangerous Code Executionconfidence: 0.7

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

scripts/master_diary_sync.py

LOWDangerous Code Executionconfidence: 0.5

Dynamic getattr() with a non-literal attribute name can access arbitrary object attributes, potentially bypassing access controls.

scripts/sync_to_notion.py

MEDIUMData Flowconfidence: 0.65

Data from a source is assigned to a variable that is later passed to a sink, creating a variable-mediated taint flow.

scripts/master_diary_sync.py

MEDIUMData Flowconfidence: 0.65

Data from a source is assigned to a variable that is later passed to a sink, creating a variable-mediated taint flow.

scripts/master_diary_sync.py

MEDIUMMCP Least Privilegeconfidence: 0.7

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

SKILL.md

HIGHData Exfiltrationconfidence: 0.6

Code accesses environment variables that may contain secrets (API keys, tokens). This is a common pattern for credential theft.

scripts/master_diary_sync.py

MEDIUMData Exfiltrationconfidence: 0.6

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

scripts/sync_to_notion.py

HIGHData Exfiltrationconfidence: 0.7

Code accesses environment variables that may contain secrets (API keys, tokens). This is a common pattern for credential theft.

scripts/sync_to_notion.py

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

MEDIUMExcessive Agencyconfidence: 0.8

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.

README.md

MEDIUMExcessive Agencyconfidence: 0.8

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.

README.md

LOWSupply Chainconfidence: 0.6

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

requirements.txt

HIGHSupply Chainconfidence: 0.8

Dependency has known vulnerabilities (CVEs). Using packages with unpatched security flaws exposes the environment to known exploits.

requirements.txt

HIGHYARA Matchconfidence: 0.8

YARA rule matched a hack tool or exploit indicator (offensive tools, reconnaissance, privilege escalation, or exploit frameworks).

SKILL.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