mk:angular — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mk:angular (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.
Angular v20+ patterns — 10 topics consolidated with progressive disclosure.
input(), input.required(), output() (not @Input/@Output)signal(), computed(), linkedSignal() (not BehaviorSubject)inject() in field initializers (not constructor injection)@if, @for with track, @switch (not *ngIf/*ngFor)changeDetection: ChangeDetectionStrategy.OnPush| Task involves | Read |
|---|---|
| Components, templates, host bindings, content projection | references/component.md |
| signal(), computed(), linkedSignal(), effect(), reactive state | references/signals.md |
| inject(), providers, injection tokens, services | references/di.md |
| Custom directives, DOM manipulation, host listeners | references/directives.md |
| Forms, validation, signal forms API | references/forms.md |
| HTTP calls, resource(), httpResource(), interceptors | references/http.md |
| Routes, lazy loading, guards, resolvers, navigation | references/routing.md |
| SSR, hydration, prerendering, browser-only APIs | references/ssr.md |
| Unit tests, integration tests, TestBed, Vitest | references/testing.md |
| Angular CLI, schematics, build config, project setup | references/tooling.md |
Read multiple references when task spans topics (e.g., component + signals + forms).
input(), output() signal functions@if, @for with track expressioninject() in field initializerssignal() + computed()CanActivateFn, HttpInterceptorFnFull list: references/gotchas.md
Auto-activates during Phase 3 (Build) when Angular project detected (angular.json or @angular/core in package.json). Loaded by developer agent alongside mk:typescript.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.