obsidian-plugin-performance-diagnose
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands and Python one-liners to parse JSON configuration files (e.g.,
community-plugins.json) and inspect plugin data directories to audit enabled extensions while Obsidian is offline. - [COMMAND_EXECUTION]: It performs runtime instrumentation of Obsidian plugins by monkey-patching their methods. This involves wrapping plugin functions with performance measurement logic to track execution time and call frequency during diagnostic sessions.
- [COMMAND_EXECUTION]: The skill utilizes the Chrome DevTools Protocol (CDP) to capture CPU profiles, allowing it to attribute specific execution costs back to individual plugin bundles and source files.
Audit Metadata