Skip to main content

VS Code Configuration Validation

Validates VS Code extension manifests against runtime code usage to ensure proper configuration and prevent runtime errors.

Install this skill

or
77/100

Security score

The VS Code Configuration Validation skill was audited on Mar 1, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 40

Template literal with variable interpolation in command context

SourceSKILL.md
40console.log(`Skip tracking: ${error}`);
medium line 115

Template literal with variable interpolation in command context

SourceSKILL.md
115console.log(`[Alex] Skipping preference tracking: ${error}`);
medium line 194

Template literal with variable interpolation in command context

SourceSKILL.md
194const key = `${skillId}.${accepted ? 'accepted' : 'dismissed'}`;
medium line 203

Template literal with variable interpolation in command context

SourceSKILL.md
203console.log(`[Alex] Skipping recommendation tracking: ${error}`);
low line 230

External URL reference

SourceSKILL.md
230- [VS Code Extension Manifest](https://code.visualstudio.com/api/references/extension-manifest)
low line 231

External URL reference

SourceSKILL.md
231- [Configuration API](https://code.visualstudio.com/api/references/vscode-api#workspace.getConfiguration)
low line 232

External URL reference

SourceSKILL.md
232- [Package.json Contribution Points](https://code.visualstudio.com/api/references/contribution-points)
Scanned on Mar 1, 2026
View Security Dashboard