Skip to main content

angular-state-management

Guides users in mastering Angular state management using Signals, NgRx, and RxJS for efficient application state handling.

Install this skill

or
80/100

Security score

The angular-state-management skill was audited on Mar 1, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 139

Template literal with variable interpolation in command context

SourceSKILL.md
139const user = await fetch(`/api/users/${id}`).then((r) => r.json());
medium line 533

Template literal with variable interpolation in command context

SourceSKILL.md
533await firstValueFrom(this.http.delete(`/api/products/${id}`));
medium line 622

Template literal with variable interpolation in command context

SourceSKILL.md
622switchMap(filter => this.http.get(`/api/data?q=${filter}`))
low line 631

External URL reference

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

External URL reference

SourceSKILL.md
632- [NgRx Documentation](https://ngrx.io/)
low line 633

External URL reference

SourceSKILL.md
633- [NgRx SignalStore](https://ngrx.io/guide/signals)
low line 634

External URL reference

SourceSKILL.md
634- [RxAngular](https://www.rx-angular.io/)
low line 638

External URL reference

SourceSKILL.md
638> 🏰 **Rei Skills** — Curated by [Rootcastle Engineering & Innovation](https://www.rootcastle.com) | Batuhan Ayrıbaş
Scanned on Mar 1, 2026
View Security Dashboard