angular-core
Explains Angular core patterns for creating components, utilizing signals, and managing control flow effectively.
Install this skill
or
87/100
Security score
The angular-core skill was audited on May 27, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 186
Template literal with variable interpolation in command context
SourceSKILL.md
| 186 | this.user.set(await firstValueFrom(this.http.get<User>(`/api/users/${id}`))); |
medium line 194
Template literal with variable interpolation in command context
SourceSKILL.md
| 194 | switchMap(term => this.http.get<Results>(`/api/search?q=${term}`)) |
low line 230
External URL reference
SourceSKILL.md
| 230 | - https://angular.dev/guide/signals |
low line 231
External URL reference
SourceSKILL.md
| 231 | - https://angular.dev/guide/templates/control-flow |
low line 232
External URL reference
SourceSKILL.md
| 232 | - https://angular.dev/guide/zoneless |
Scanned on May 27, 2026
View Security DashboardGitHub Stars 19
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
CamiloAndresGTRUniandes/lucy-ai