The skill allows arbitrary shell command
Claims to do
Image Metadata from Cache: Retrieves AI-generated title, keywords, and description for images in a note by reading the **ai-image-analyzer** plugin cache. Run the script with vault root and note path; it returns a JSON array of cached image metadata.
Actually does
The skill executes a Python script via `Bash` using `uv run python`. This script reads an Obsidian note file and then accesses the `vault/.obsidian/plugins/ai-image-analyzer/cache/` directory to retrieve cached image metadata. It outputs a JSON array containing image paths and their associated textual metadata to standard output.
The skill explicitly allows the `Bash` tool, enabling the AI agent to execute arbitrary shell commands on the host system, leading to potential system compromise.
allowed-tools: Read, Glob, Bash
User-controlled `vault_path` and `note_path` are passed to a Python script executed via `Bash`. If not sanitized, these inputs could be exploited for command injection within the script.
uv run python .cursor/skills/image-metadata-from-cache/scripts/get_image_metadata.py <vault_path> <note_path>
The skill requires access to the Obsidian vault and its plugin cache, implying broad file system read access. Combined with `Bash`, this could be used for unauthorized data reconnaissance or exfiltration.
Arguments: vault_path — Obsidian vault root... Cache Dir: vault/.obsidian/plugins/ai-image-analyzer/cache/
The skill claims to be 'Read-only' but explicitly allows the `Bash` tool, which grants capabilities for write operations and system modifications, potentially misleading human overseers.
description: ... Read-only; does not modify notes or embeds. and allowed-tools: Read, Glob, Bash
[](https://mondoo.com/ai-agent-security/skills/github/yixin0829/semantic-obsidian/image-metadata-from-cache)<a href="https://mondoo.com/ai-agent-security/skills/github/yixin0829/semantic-obsidian/image-metadata-from-cache"><img src="https://mondoo.com/ai-agent-security/api/badge/github/yixin0829/semantic-obsidian/image-metadata-from-cache.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/yixin0829/semantic-obsidian/image-metadata-from-cache.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.