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 thefsmodule 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.jsonfile includes standard, versioned developer dependencies from the npm registry (such asesbuild,typescript, andeslint-plugin-obsidianmd). The skill provides instructions for the user to manually runnpm installto fetch these dependencies.
Audit Metadata