better-result-adopt
Facilitates the adoption of better-result in TypeScript, enhancing error handling and improving code quality incrementally.
Install this skill
or
80/100
Security score
The better-result-adopt skill was audited on May 28, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 121
Template literal with variable interpolation in command context
SourceSKILL.md
| 121 | catch: (cause) => new ParseError({ cause, message: `Parse failed: ${cause}` }), |
medium line 132
Template literal with variable interpolation in command context
SourceSKILL.md
| 132 | const res = await fetch(`/api/users/${id}`); |
medium line 133
Template literal with variable interpolation in command context
SourceSKILL.md
| 133 | if (!res.ok) throw new ApiError({ status: res.status, message: `API ${res.status}` }); |
medium line 148
Template literal with variable interpolation in command context
SourceSKILL.md
| 148 | : Result.err(new NotFoundError({ id, message: `User ${id} not found` })); |
Scanned on May 28, 2026
View Security Dashboard