Skip to main content

angular-cdk

Provides guidance on building accessible Angular components using the Angular Component Dev Kit (CDK) for enhanced UI functionality.

Install this skill

or
87/100

Security score

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

Categories Tested

Security Issues

medium line 377

Template literal with variable interpolation in command context

SourceSKILL.md
377items = Array.from({ length: 10000 }, (_, i) => `Item #${i}`);
medium line 400

Template literal with variable interpolation in command context

SourceSKILL.md
400content: `Item ${i}`,
low line 584

External URL reference

SourceSKILL.md
584- [Angular CDK Official Docs](https://material.angular.io/cdk/categories)
low line 585

External URL reference

SourceSKILL.md
585- [CDK API Reference](https://material.angular.io/cdk/api)
low line 586

External URL reference

SourceSKILL.md
586- [Accessibility Guide](https://www.w3.org/WAI/ARIA/apg/)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →