mediator-pattern

github.com/patternsdev/skills
Verdict: Safe to install
0 critical0 high2 medium
A
SCORE 95 / 100
$skillox install mediator-patternSoon
Sign in to followFollowing emails you when a re-scan drops the grade. Opt-out is per-creator on /account/billing.

Why grade A?

score · 95 / 100

The current grade reflects 2 minor findings below all thresholds.

0 CRIT0 HIGH2 MED0 LOW

Already at the top grade — no further rules to pass.

Latest scan findings

Scan crawl-i36zmz5dwdv0jmrn8hmwng8w · Thu, 28 May 2026 17:44:55 GMT · 2ms

med
No capability manifest declared
The skill ships without a `manifest.yaml` or `capabilities` block in its frontmatter. Without a manifest, the runtime cannot enforce what this skill is permitted to do.
rule: no-manifest
med
Link text shows "express.js" but points at expressjs.com
The visible link text contains the domain `express.js`, but the URL actually targets `expressjs.com`. This is a phishing/smuggling pattern — the reader sees one host, the agent fetches another. Either update the text or the URL so they match.
rule: anchor-href-mismatchline: 77CWE-601
75### Case Study
76
77[Express.js](https://expressjs.com) is a popular web application server framework. We can add callbacks to certain routes that the user can access.text→express.js · href→expressjs.com
78
79Say we want add a header to the request if the user hits the root `'/'`. We can add this header in a middleware callback.
View latest scan →
skillox.io/c/mediator-pattern