Skip to main content

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
80console.log(`Progress: ${current}/${total}`);
medium line 184

Template literal with variable interpolation in command context

SourceSKILL.md
184console.log(`[${current}/${total}] Processing ${currentFile}`);
medium line 187

Template literal with variable interpolation in command context

SourceSKILL.md
187console.log(`✓ ${file}: ${result.valid ? 'VALID' : 'INVALID'}`);
Scanned on Apr 1, 2026
View Security Dashboard