obsidian-plugin-bootstrap
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to clone the official Obsidian sample plugin repository from GitHub. This is a documented best practice for starting plugin development.
- [COMMAND_EXECUTION]: Provides instructions for running standard development commands including
npm install,npm run dev, andnpm run build. These are used locally to manage dependencies and compile the TypeScript source code into a functional plugin bundle. - [SAFE]: No malicious patterns, prompt injections, or unauthorized data access attempts were detected. The technical configurations for
esbuildandmanifest.jsonalign with the official Obsidian documentation.
Audit Metadata