Skip to main content

azure-appconfiguration-ts

Enables centralized configuration management in applications using Azure App Configuration SDK for JavaScript, enhancing feature flag and settings management.

Install this skill

or
80/100

Security score

The azure-appconfiguration-ts skill was audited on May 12, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 96

Template literal with variable interpolation in command context

SourceSKILL.md
96console.log(`${setting.key}: ${setting.value}`);
medium line 200

Template literal with variable interpolation in command context

SourceSKILL.md
200key: `${featureFlagPrefix}Beta`,
medium line 275

Template literal with variable interpolation in command context

SourceSKILL.md
275console.log(`${setting.key}: ${setting.value}`);
low line 42

Access to .env file

SourceSKILL.md
42process.env.AZURE_APPCONFIG_ENDPOINT!,
low line 48

Access to .env file

SourceSKILL.md
48process.env.AZURE_APPCONFIG_CONNECTION_STRING!
low line 128

Access to .env file

SourceSKILL.md
128process.env.AZURE_APPCONFIG_ENDPOINT!,
low line 29

External URL reference

SourceSKILL.md
29AZURE_APPCONFIG_ENDPOINT=https://<your-resource>.azconfig.io
low line 31

External URL reference

SourceSKILL.md
31AZURE_APPCONFIG_CONNECTION_STRING=Endpoint=https://...;Id=...;Secret=...
Scanned on May 12, 2026
View Security Dashboard
Installation guide →