Skip to main content

obsidian-webhooks-events

Facilitates handling events and callbacks in Obsidian plugins, enabling reactive features and user interaction responses.

Install this skill

or
75/100

Security score

The obsidian-webhooks-events skill was audited on May 12, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 351

Template literal with variable interpolation in command context

SourceSKILL.md
351const logPath = `logs/${today}.md`;
medium line 352

Template literal with variable interpolation in command context

SourceSKILL.md
352const line = `- ${moment().format('HH:mm:ss')} ${action}: ${path}`;
medium line 358

Template literal with variable interpolation in command context

SourceSKILL.md
358this.registerEvent(this.app.vault.on('rename', (f, old) => logEvent(`renamed from ${old}`, f.path)));
medium line 2

Webhook reference - potential data exfiltration

SourceSKILL.md
2name: obsidian-webhooks-events
medium line 24

Webhook reference - potential data exfiltration

SourceSKILL.md
24# Obsidian Webhooks & Events
Scanned on May 12, 2026
View Security Dashboard
Installation guide →