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
| 40 | console.log(`Skip tracking: ${error}`); |
medium line 115
Template literal with variable interpolation in command context
SourceSKILL.md
| 115 | console.log(`[Alex] Skipping preference tracking: ${error}`); |
medium line 194
Template literal with variable interpolation in command context
SourceSKILL.md
| 194 | const key = `${skillId}.${accepted ? 'accepted' : 'dismissed'}`; |
medium line 203
Template literal with variable interpolation in command context
SourceSKILL.md
| 203 | console.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 DashboardInstall this skill with one command
/learn @fabioc-aloha/vscode-configuration-validationGitHub Stars 1
Rate this skill
Categorydevelopment
UpdatedMarch 29, 2026
fabioc-aloha/AIRS_Data_Analysis