refui
Facilitates development with rEFui applications by guiding on JSX setup, reactivity, and DOM rendering techniques.
Install this skill
or
65/100
Security score
The refui skill was audited on May 12, 2026 and we found 3 security issues across 1 threat category, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 36
Template literal with variable interpolation in command context
SourceSKILL.md
| 36 | - Derived: `const label = $(() => `Count: ${count.value}`)` and then `{label}` |
medium line 46
Template literal with variable interpolation in command context
SourceSKILL.md
| 46 | {$(() => `Count: ${count.value}`)} |
high line 174
Template literal with variable interpolation in command context
SourceSKILL.md
| 174 | - ✅ Wrap derived expressions: `<div>{$(() => `Count: ${count.value}`)}</div>` or `<div>{computed(() => ...)}</div>` |
Scanned on May 12, 2026
View Security Dashboard