SkillSpector · diary
independent scanner by NVIDIA · skill by nimoqup046-collab · how it works ↗
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)
subprocess module calls execute external commands. Without careful input validation, this enables command injection.
scripts/master_diary_sync.py
subprocess module calls execute external commands. Without careful input validation, this enables command injection.
scripts/master_diary_sync.py
Dynamic getattr() with a non-literal attribute name can access arbitrary object attributes, potentially bypassing access controls.
scripts/sync_to_notion.py
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
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
Without declared permissions the skill's intent is opaque and cannot be validated.
SKILL.md
Code accesses environment variables that may contain secrets (API keys, tokens). This is a common pattern for credential theft.
scripts/master_diary_sync.py
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
Code accesses environment variables that may contain secrets (API keys, tokens). This is a common pattern for credential theft.
scripts/sync_to_notion.py
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
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
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
Dependencies lack version pinning, allowing potential malicious package updates. Consider pinning versions.
requirements.txt
Dependency has known vulnerabilities (CVEs). Using packages with unpatched security flaws exposes the environment to known exploits.
requirements.txt
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 ↗.
Overall severity LOW (risk score in the safe range)
Overall severity MEDIUM
Overall severity HIGH
Overall severity CRITICAL
Scan could not complete