Image Resolution Checker
Validates and repairs image resolutions with batch processing and customizable presets for various formats.
Install this skill
or
85/100
Security score
The Image Resolution Checker skill was audited on Apr 1, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 80
Template literal with variable interpolation in command context
SourceSKILL.md
| 80 | console.log(`Progress: ${current}/${total}`); |
medium line 184
Template literal with variable interpolation in command context
SourceSKILL.md
| 184 | console.log(`[${current}/${total}] Processing ${currentFile}`); |
medium line 187
Template literal with variable interpolation in command context
SourceSKILL.md
| 187 | console.log(`✓ ${file}: ${result.valid ? 'VALID' : 'INVALID'}`); |
Scanned on Apr 1, 2026
View Security Dashboard