web-frontend — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited web-frontend (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.
Turn the design into clean, fast, maintainable code. Principles first — they outlive any framework.
Stack (flexible, not dogmatic)
web-product-spec), not the trend.Semantic HTML
<header> <nav> <main> <button> <a>. A <div> with a click handler is not a button.<h1> per page; heading levels in order. This helps SEO and screen readers for free.Structure
Responsive
min-width breakpoints.max-width containers. Test at 320px, 768px, 1280px.srcset, loading="lazy" below the fold, modern formats (WebP/AVIF), set width/height to avoid layout shift.Performance basics (deeper in v2 web-performance)
Code quality
any as a habit.dir="rtl" on <html> (or per-section for mixed content). Prefer CSS logical properties (margin-inline-start, padding-inline-end, inset-inline) over hard left/right so layouts mirror automatically.lang="he".dir="ltr" / <bdi> so they don't scramble inside Hebrew.dir and lang off the active locale (see v3 web-i18n-rtl).frontend-design — high-quality component and page code.mastering-typescript — type-safe patterns, no loose any.mobile-first-responsive — the responsive layout system.react-supabase-patterns + supabase — if the site has auth, a database, or real-time data.test-driven-development, code-review, webapp-testing, systematic-debugging, verification-before-completion.mastering-git, finishing-a-development-branch.hebrew-tailwind-preset, hebrew-rtl-best-practices, hebrew-i18n, israeli-postgres-toolkit (Hebrew text indexing, ₪, Asia/Jerusalem).dir/lang set, logical CSS props, LTR runs wrapped~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.