obsidian-plugin-creator

Pass

Audited by Gen Agent Trust Hub on Mar 1, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill functions as a developer utility for generating Obsidian plugin templates and project structures. All logic is transparent and focused on the stated purpose.
  • [COMMAND_EXECUTION]: The skill provides a local script (create-plugin.js) that the user is instructed to run. This script interactively collects project metadata and uses the fs module to write boilerplate files (e.g., main.ts, manifest.json, package.json) to the current directory. This is a standard and expected behavior for a CLI generator tool.
  • [EXTERNAL_DOWNLOADS]: The generated package.json file includes standard, versioned developer dependencies from the npm registry (such as esbuild, typescript, and eslint-plugin-obsidianmd). The skill provides instructions for the user to manually run npm install to fetch these dependencies.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 1, 2026, 07:27 AM