Skip to main content

rxjs-patterns

Provides expert guidance on implementing RxJS reactive programming patterns in Angular applications for optimal performance.

Install this skill

or
86/100

Security score

The rxjs-patterns skill was audited on Feb 12, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 108

Template literal with variable interpolation in command context

SourceSKILL.md
108map(([num, letter]) => `${num}${letter}`)
medium line 318

Template literal with variable interpolation in command context

SourceSKILL.md
318return this.http.put<Item>(`/api/items/${id}`, changes).pipe(
low line 350

External URL reference

SourceSKILL.md
350- [RxJS Official Documentation](https://rxjs.dev/)
low line 351

External URL reference

SourceSKILL.md
351- [RxJS Operators Decision Tree](https://rxjs.dev/operator-decision-tree)
low line 352

External URL reference

SourceSKILL.md
352- [Learn RxJS](https://www.learnrxjs.io/)
low line 353

External URL reference

SourceSKILL.md
353- [Angular Signals Integration](https://angular.dev/guide/signals/rxjs-interop)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →