@sitelensapi/reports
v0.3.2
Published
SiteLens Reports — normalize, validate, summarize, render, and export portable report bundles (no Playwright)
Downloads
290
Maintainers
Readme
@sitelensapi/reports
Normalize, validate, summarize, render, and export SiteLens execution evidence. Never launches browsers.
Audience: runtime authors, CLI/MCP, and advanced integrators. Product overview: sitelensapi.com/reports. Engineering docs: docs/sitelens-reports.md.
Capabilities (0.3.2)
- Canonical
SiteLensReportV1+ manifest + portable ZIP - Runtime validation + JSON Schema under
schemas/ - Offline HTML / Markdown (HTML on request)
- Inspect APIs: summarize, sections, failures, discovery
- Visual comparison ingest from compare sidecars
- Reporting-safe textual redaction
- Browser-safe entry:
@sitelensapi/reports/browser
Quick use
import {
summarizeReport,
getReportFailures,
validateReport,
} from "@sitelensapi/reports";CLI (via @sitelensapi/mcp)
sitelens report list --json
sitelens report show --from ./runs/<id> --section failures
sitelens report render --from ./bundle --format htmlLocal viewer (no upload): app.sitelensapi.com/tools/reports
Privacy
Textual redaction before write/summary. Screenshot pixels are not redacted — warnings included. Local-first.
