Obsidian

Security checks across malware telemetry and agentic risk

Overview

The visible evidence describes an Obsidian helper that uses a third-party CLI and local Obsidian configuration in ways that appear aligned with its stated purpose, with no artifact-backed malicious behavior shown.

Before installing, verify that you trust the obsidian-cli Homebrew tap and are comfortable with the agent reading your local Obsidian configuration. I could not directly inspect the workspace artifacts because the local command sandbox failed, so this verdict is based only on the provided visible evidence and should be treated as low confidence.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

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.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

Installing the skill may require trusting an external CLI package maintainer in addition to the skill author.

Why it was flagged

A third-party Homebrew tap introduces dependency provenance risk, but the behavior is disclosed and directly related to operating an Obsidian CLI integration.

Skill content
installing a third-party command-line tool (`obsidian-cli`) from a custom Homebrew tap (`yakitrak/yakitrak`)
Recommendation

Review the Homebrew tap and CLI source before installing, and keep the dependency updated from a trusted source.

#
ASI03: Identity and Privilege Abuse
Low
What this means

The agent may learn local Obsidian vault configuration details while using the skill.

Why it was flagged

The skill instructs the agent to read local Obsidian configuration. This is local file access, but it is expected for discovering Obsidian vault configuration.

Skill content
read a local configuration file (`~/Library/Application Support/obsidian/obsidian.json`)
Recommendation

Use the skill only in workspaces where reading Obsidian configuration is acceptable, and avoid using it with vaults containing highly sensitive material unless needed.