obsidian-plugin-boilerplate
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides an interactive utility script
tools/create-plugin.jswhich performs local filesystem operations such as creating directories and writing boilerplate files. These operations are intended for project scaffolding and include safety checks to prevent overwriting existing files. - [EXTERNAL_DOWNLOADS]: The generated
package.jsonfile includes standard development dependencies required for Obsidian plugin development (e.g.,esbuild,typescript,obsidian). These dependencies are sourced from the standard npm registry and are only installed if the user manually executesnpm installas directed by the skill. - [DATA_EXFILTRATION]: Analysis of the source code confirms there are no network operations, data exfiltration patterns, or attempts to access sensitive local files such as credentials or SSH keys.
Audit Metadata