Skip to main content

angular

Enables advanced Angular development with expertise in Signals, Standalone Components, and SSR for optimal performance.

Install this skill

or
84/100

Security score

The angular skill was audited on May 14, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 259

Template literal with variable interpolation in command context

SourceSKILL.md
259console.log(`Count changed to: ${count()}`);
medium line 612

Template literal with variable interpolation in command context

SourceSKILL.md
612return this.http.get(`${this.baseUrl}/${endpoint}`);
low line 217

External URL reference

SourceSKILL.md
217- [Angular.dev Documentation](https://angular.dev)
low line 218

External URL reference

SourceSKILL.md
218- [Angular Signals Guide](https://angular.dev/guide/signals)
low line 219

External URL reference

SourceSKILL.md
219- [Angular SSR Guide](https://angular.dev/guide/ssr)
low line 220

External URL reference

SourceSKILL.md
220- [Angular Update Guide](https://angular.dev/update-guide)
low line 221

External URL reference

SourceSKILL.md
221- [Angular Blog](https://blog.angular.dev)
low line 603

External URL reference

SourceSKILL.md
603providers: [{ provide: API_BASE_URL, useValue: "https://api.example.com" }],
Scanned on May 14, 2026
View Security Dashboard
Installation guide →