Image Breaker
Analysis
The skill is coherent for turning user-provided documents into local Markdown and Obsidian notes, with disclosed file-writing and sync behavior that users should understand before use.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Auto-sync by default - User wants notes in Obsidian for cross-referencing
The skill directs the agent to perform local file creation and Obsidian sync as the default workflow. This is aligned with the stated purpose, but it is still an automatic local mutation the user should expect.
obsidian_sync_script = WORKSPACE_DIR / "skills/obsidian-sync/scripts/sync_to_obsidian.py"
The included helper delegates syncing to an external obsidian-sync script that is not part of this artifact set. This dependency is purpose-aligned but should be separately trusted.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
The note is now in your Obsidian vault for tagging and cross-referencing.
The skill persists summaries and extracted content from web documents, PDFs, images, or pasted text into a note system intended for future reuse.
