Skip to main content

angular-dependency-injection

Master Angular's dependency injection system for building modular, testable applications with proper service architecture.

Install this skill

or
83/100

Security score

The angular-dependency-injection skill was audited on Feb 9, 2026 and we found 13 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 666

Template literal with variable interpolation in command context

SourceSKILL.md
666return fetch(`${this.config.baseUrl}/${endpoint}`, {
low line 122

External URL reference

SourceSKILL.md
122apiUrl: 'https://api.example.com',
low line 152

External URL reference

SourceSKILL.md
152? 'https://api.prod.example.com'
low line 153

External URL reference

SourceSKILL.md
153: 'https://api.dev.example.com';
low line 255

External URL reference

SourceSKILL.md
255{ provide: 'API_URL', useValue: 'https://api.example.com' },
low line 510

External URL reference

SourceSKILL.md
510SharedModule.forRoot({ apiUrl: 'https://api.example.com' })
low line 678

External URL reference

SourceSKILL.md
678baseUrl: 'https://api.example.com',
low line 796

External URL reference

SourceSKILL.md
796- [Angular Dependency Injection Guide](https://angular.io/guide/dependency-injection)
low line 797

External URL reference

SourceSKILL.md
797- [Hierarchical Injectors](https://angular.io/guide/hierarchical-dependency-injection)
low line 798

External URL reference

SourceSKILL.md
798- [DI in Action](https://angular.io/guide/dependency-injection-in-action)
low line 799

External URL reference

SourceSKILL.md
799- [Injectable Services](https://angular.io/guide/creating-injectable-service)
low line 800

External URL reference

SourceSKILL.md
800- [Providers](https://angular.io/guide/providers)
low line 801

External URL reference

SourceSKILL.md
801- [Testing with DI](https://angular.io/guide/testing-services)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →