Skip to content

fix: correct product docs to web-audit library (no CLI/Action)#9

Merged
Patel230 merged 3 commits into
mainfrom
fix/production-readiness-audit
Jun 9, 2026
Merged

fix: correct product docs to web-audit library (no CLI/Action)#9
Patel230 merged 3 commits into
mainfrom
fix/production-readiness-audit

Conversation

@Patel230

@Patel230 Patel230 commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Summary

inspect is a website security & accessibility audit library + embeddable MCP server, not a "code security scanner CLI". This PR makes all docs and config honest about the real product surface.

Changes

  • README / docs/architecture.md / AGENTS.md: rewritten to describe the real web-audit library (a11y / TLS / cookies / security-headers / mixed-content / meta + crawler + MCP). Removed all references to a non-existent inspect-ci / inspect-action CLI binary.
  • Deleted action.yml + .github/action.yml (composite Action built a non-existent ./cmd/inspect-action) and deploy/docker/docker-compose.yml (referenced a non-existent inspect-ci binary).
  • api/openapi.yaml: corrected the MCP surface to the real constructor (mcp.New(...).ServeStdio()) and replaced the bogus checks enum with the 6 real checks (security-headers, cookie-security, tls, mixed-content, meta-tags, accessibility); dropped SEO/performance overclaims.
  • Issue templates: removed deleted GitHub Action options.
  • CI: pinned gofumpt v0.10.0; Go badge -> 1.26+.

Verification

  • go build / go vet / go test pass
  • gofumpt clean
  • golangci-lint: 0 issues
  • zero dangling CLI/Action references

Patel230 added 3 commits June 9, 2026 11:56
inspect is a website security & accessibility audit library + embeddable MCP server, not a "code security scanner CLI". Made all docs/config honest:

- README/docs/architecture/AGENTS.md: rewritten to describe the real web-audit library (a11y/TLS/cookies/security-headers/mixed-content/meta + crawler + MCP). Removed all references to a non-existent inspect-ci/inspect-action CLI binary.
- Deleted action.yml + .github/action.yml (composite Action built a non-existent ./cmd/inspect-action) and deploy/docker/docker-compose.yml (referenced a non-existent inspect-ci binary).
- api/openapi.yaml: corrected the MCP surface to the real constructor (mcp.New(...).ServeStdio()) and replaced the bogus checks enum with the 6 real checks (security-headers, cookie-security, tls, mixed-content, meta-tags, accessibility); dropped SEO/performance overclaims.
- Issue templates: removed deleted GitHub Action options.
- CI: pinned gofumpt v0.10.0; Go badge -> 1.26+.

Verified: go build/vet/test pass; gofumpt clean; golangci-lint 0 issues; zero dangling CLI/Action references.
The Features list and intro omitted links/forms/perf/seo and the
Presets table said 'all checks' without defining it. Document all nine
registered checks, mark the six that run in the default presets, and
correct the Standard godoc comment. Drop the stale 'GitHub Action'
entry from the [Unreleased] bug_report surface-dropdown description
(action.yml was removed in this PR).
@Patel230 Patel230 merged commit 22d11a6 into main Jun 9, 2026
11 checks passed
@Patel230 Patel230 deleted the fix/production-readiness-audit branch June 9, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant