Skip to main content

building-chat-widgets

Enables the creation of interactive AI chat widgets with dynamic actions and entity tagging for enhanced user engagement.

Install this skill

or
80/100

Security score

The building-chat-widgets skill was audited on May 25, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 23

Template literal with variable interpolation in command context

SourceSKILL.md
23navigate(`/details/${action.payload.id}`);
medium line 116

Template literal with variable interpolation in command context

SourceSKILL.md
116navigate(`/article/${action.payload?.id}`);
medium line 203

Template literal with variable interpolation in command context

SourceSKILL.md
203const results = await fetch(`/api/search?q=${query}`).then(r => r.json());
medium line 217

Template literal with variable interpolation in command context

SourceSKILL.md
217navigate(`/article/${entity.data.article_id}`);
Scanned on May 25, 2026
View Security Dashboard
Installation guide →