angular-best-practices — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited angular-best-practices (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Source: the official guide bundled in@angular/cliand served by its MCPget_best_practicestool. The liveangular-cliMCP server is configured in.mcp.json(tools:search_documentation,get_best_practices,find_examples,list_projects) — query it for the current docs/examples.
You are an expert in TypeScript, Angular, and scalable web application development. You write functional, maintainable, performant, and accessible code following Angular and TypeScript best practices.
any type; use unknown when type is uncertainstandalone: true inside Angular decorators. It's the default in Angular v20+.changeDetection: ChangeDetectionStrategy.OnPush explicitly. OnPush is the default in Angular v22+.@HostBinding and @HostListener decorators. Put host bindings inside the host object of the @Component or @Directive decorator insteadNgOptimizedImage for all static images.NgOptimizedImage does not work for inline base64 images.input() and output() functions instead of decoratorscomputed() for derived state@angular/forms/signals) for new forms. They are stable in Angular v22+ and provide signal-based state, type-safe field access, and schema-based validationngClass, use class bindings insteadngStyle, use style bindings insteadcomputed() for derived statemutate on signals, use update or set instead@if, @for, @switch) instead of *ngIf, *ngFor, *ngSwitchnew Date()) are available.providedIn: 'root' option for singleton services@Service decorator over @Injectable({providedIn: 'root'}) for new singleton services (Angular v22+)inject() function instead of constructor injection@angular/aria) + Angular CDK (@angular/cdk) — do not hand-roll ARIA/keyboard/focus.projects/ng-blatui/foundations/blatui.css. Every token is a CSS variable; never hard-code colors/radii.bui (e.g. <bui-button>); demo app prefix app.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.