Skip to main content

file-watcher-setup

Enables efficient cross-platform file system watching with debouncing and change detection for improved resource management.

Install this skill

or
85/100

Security score

The file-watcher-setup skill was audited on Feb 9, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 52

Template literal with variable interpolation in command context

SourceSKILL.md
52.on('add', path => console.log(`Added: ${path}`))
medium line 53

Template literal with variable interpolation in command context

SourceSKILL.md
53.on('change', path => console.log(`Changed: ${path}`))
medium line 54

Template literal with variable interpolation in command context

SourceSKILL.md
54.on('unlink', path => console.log(`Removed: ${path}`));
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →