rxjs-patterns-for-angular
Facilitates the implementation of RxJS patterns in Angular for effective reactive programming, enhancing async data handling and error management.
Install this skill
or
86/100
Security score
The rxjs-patterns-for-angular skill was audited on Feb 28, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 162
Template literal with variable interpolation in command context
SourceSKILL.md
| 162 | switchMap(query => this.http.get(`/api/search?q=${query}`)) |
medium line 355
Template literal with variable interpolation in command context
SourceSKILL.md
| 355 | console.log(`Retry ${retryCount + 1}/3`); |
low line 582
External URL reference
SourceSKILL.md
| 582 | - [RxJS Documentation](https://rxjs.dev/) |
low line 583
External URL reference
SourceSKILL.md
| 583 | - [Angular Signals + RxJS Interop](https://angular.dev/guide/signals/rxjs-interop) |
low line 584
External URL reference
SourceSKILL.md
| 584 | - [RxJS Operators](https://rxjs.dev/guide/operators) |
low line 585
External URL reference
SourceSKILL.md
| 585 | - [Learn RxJS](https://www.learnrxjs.io/) |
Scanned on Feb 28, 2026
View Security Dashboard