chore(llm-security): v7.7.1 release — formaliser playground UX-strip-fixes
Tre fixes commited etter v7.7.0-tagen (b732eee+2a6f73f+81b7beb) viste versjons-inkonsistens: package.json + plugin.json + README badge + CLAUDE.md header satt fortsatt på v7.7.0 mens commit-meldinger og inline-kommentarer refererte v7.7.1 som om det var en release. Per feedback_version_sync.md skal alle versjonsreferanser stemme — denne commiten lukker gapet. Endringer: - package.json: 7.7.0 → 7.7.1 - .claude-plugin/plugin.json: 7.7.0 → 7.7.1 - plugin README badge: version-7.7.0-blue → version-7.7.1-blue - plugin README "Recent versions"-tabell: ny [7.7.1]-rad - plugin CLAUDE.md header + v7.7.1-highlights state-seksjon - docs/version-history.md: ny v7.7.1-seksjon - playground HTML linje 6935: 'Plugin v7.7.0' → 'Plugin v7.7.1' (samme template-litteral som v7.7.0-bumpen ikke fanget, nå synket) - CHANGELOG.md: ny [7.7.1]-seksjon med full Changed/Fixed/Notes - rot README llm-security-entry: v7.7.0 → v7.7.1 + ny v7.7.1-bullet - rot CLAUDE.md plugin-katalog: v7.7.1-bump Verifisert: - 1820/1820 tester grønne (pre-compact-flake fyrte ikke) - CLI rapporterer fornuftig feilmelding på tom input - Ingen kildefil-treff på 7.7.0 utenfor CHANGELOG/version-history/REMEMBER/TODO/ROADMAP Ingen ny atferd. Kun versjons-synking + dokumentasjon av tre fixes som var deployert som ad-hoc-commits. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
8d79f1e5dc
commit
4f6fc4a2a5
9 changed files with 89 additions and 8 deletions
|
|
@ -1,8 +1,10 @@
|
|||
# LLM Security Plugin (v7.7.0)
|
||||
# LLM Security Plugin (v7.7.1)
|
||||
|
||||
Security scanning, auditing, and threat modeling for Claude Code projects. 5 frameworks: OWASP LLM Top 10, Agentic AI Top 10 (ASI), Skills Top 10 (AST), MCP Top 10, AI Agent Traps (DeepMind). 1820+ unit, integration, and end-to-end tests (`tests/e2e/` covers the multi-hook attack chain, multi-session state simulation, and the full scan-orchestrator pipeline); mutation-testing coverage not published.
|
||||
|
||||
Release notes for v7.0.0 → v7.7.0: see `docs/version-history.md` — read on demand.
|
||||
Release notes for v7.0.0 → v7.7.1: see `docs/version-history.md` — read on demand.
|
||||
|
||||
**v7.7.1 highlights** — Playground UX-strip etter operatør-feedback: katalog er nå eneste levende overflate (onboarding/home/project-render-funksjonene er bevart i kildekoden men ikke rutbare før funksjonalitet legges til igjen). Topbar-breadcrumb leser ikke lenger demo-state-orgnavn; viser nøytralt `llm-security · Katalog`. Hardkodet versjons-streng i `renderHome` synket. Ingen scanner- eller hook-atferdsendringer.
|
||||
|
||||
**v7.7.0 highlights** — All 18 report-producing skill commands now emit a clickable `file://` link to a self-contained HTML version of their markdown report. The new `scripts/render-report.mjs` CLI converts any of the 18 report types via a canonical `scripts/lib/report-renderers.mjs` (18 parsers + 18 renderers, bit-identical to the playground). HTML wraps the Tier 1/2/3 design system inline; no external assets, system fonts only (~140 KB per report). Playground also got list-view, copy-button, and prosjekt-surface cleanup.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue