Skip to main content

obsidian-install-auth

Sets up an Obsidian plugin development environment using Node.js and TypeScript for efficient plugin creation.

Install this skill

or
84/100

Security score

The obsidian-install-auth skill was audited on May 12, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 187

Template literal with variable interpolation in command context

SourceSKILL.md
187console.log(`[${this.manifest.id}] Loaded in vault "${vaultName}" with ${fileCount} notes`);
medium line 193

Template literal with variable interpolation in command context

SourceSKILL.md
193new Notice(`Plugin working! Vault: ${vaultName}, Files: ${fileCount}`);
medium line 94

Node child_process module reference

SourceSKILL.md
94- `isDesktopOnly: false` unless you use Electron-only APIs (child_process, fs, shell)
low line 35

External URL reference

SourceSKILL.md
35- Obsidian desktop app installed (download from https://obsidian.md)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →