Skip to main content

azure-static-web-apps

Facilitates the creation and deployment of Azure Static Web Apps with local development and CI/CD integration.

Install this skill

or
84/100

Security score

The azure-static-web-apps skill was audited on Feb 11, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 217

Template literal with variable interpolation in command context

SourceSKILL.md
217return { jsonBody: { message: `Hello, ${name}!` } };
medium line 252

Template literal with variable interpolation in command context

SourceSKILL.md
252```yaml
low line 35

External URL reference

SourceSKILL.md
352. `swa start` - Run local emulator at `http://localhost:4280`
low line 49

External URL reference

SourceSKILL.md
49"$schema": "https://aka.ms/azure/static-web-apps-cli/schema",
low line 57

External URL reference

SourceSKILL.md
57"appDevserverUrl": "http://localhost:3000"
low line 121

External URL reference

SourceSKILL.md
121swa start http://localhost:3000 # Proxy to dev server
low line 123

External URL reference

SourceSKILL.md
123swa start http://localhost:3000 --run "npm start" # Auto-start dev server
low line 241

External URL reference

SourceSKILL.md
241# Access API at http://localhost:4280/api/message
Scanned on Feb 11, 2026
View Security Dashboard
Installation guide →