mr-obsidian

Fail

Audited by Snyk on May 6, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill mandates keeping the input text verbatim and outputting the full transcript, so any secrets present in the user's input (API keys, tokens, passwords) would be reproduced exactly, creating a direct exfiltration risk.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 1.00). The skill's required workflow (SKILL.md "Auto-Update Check") runs scripts/check_update.py, which fetches a remote SKILL.md from a raw.githubusercontent.com URL and the script's output (UPDATE_AVAILABLE and UPDATE_COMMAND) is used to decide and execute update actions, meaning public GitHub content can directly influence agent behavior.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (medium risk: 0.60). The prompt explicitly instructs the agent to run a local update script and to attempt updating/installing software (e.g., via an UPDATE_COMMAND and an npx install), which will modify files and installed packages on the machine even though it does not request sudo or create users.

Issues (4)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
HIGH
Analyzed
May 6, 2026, 11:58 AM
Issues
4