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 Feb 16, 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 24
Template literal with variable interpolation in command context
SourceSKILL.md
| 24 | - Derived: `const label = $(() => `Count: ${count.value}`)` and then `{label}` |
medium line 34
Template literal with variable interpolation in command context
SourceSKILL.md
| 34 | {$(() => `Count: ${count.value}`)} |
high line 161
Template literal with variable interpolation in command context
SourceSKILL.md
| 161 | - ✅ Wrap derived expressions: `<div>{$(() => `Count: ${count.value}`)}</div>` or `<div>{computed(() => ...)}</div>` |
Scanned on Feb 16, 2026
View Security DashboardInstall this skill with one command
/learn @sudomaker/refui