PolicyWatcherPublic evidence laboratory
Back to dashboardPRODUCT PLANNING

Product roadmap

PolicyWatcher includes goal-driven evidence workspaces in addition to static dashboard views. Workspace configuration records the user objective, requested evidence depth and modules that remain unavailable until source requirements are met.

Publication gatePublic views expose source-gated records. Seeded or uncertain records remain excluded.
Interface configurationThe interface uses the selected user objective and evidence depth.
Community signalsRoadmap priority uses submissions tied to concrete workflows.
Claim scopeFeature records include mapping, review, evidence and visible source-quality state.

Technical baseline

Ten evidence-backed module checks separate shipped capability from architectural opportunity. References point to the implementation inspected for this snapshot.

VerifiedPartialGap
ModuleCurrent evidenceLimit / opportunityStatusTechnical reference
01Acquisition

Five-step cascade: direct, HTTP/2, Renderer, Wayback and Common Crawl.

The mass scan loop is still sequential; move long-running work behind a durable queue.

Partial
scraper.ts · cron/check-all/route.ts
02AI and scoring

Structured output is schema-validated; Beta 42 includes a golden set and AI telemetry.

The model produces the score. Input is capped at 45,000 characters or 22,000 + 22,000, not scored by a deterministic formula.

Verified
gemini.ts · geminiPolicySchema.ts · golden-set.v1.json
03Data and retention

SQLite backs 31 Prisma models, including five additive canonical evidence models; AI telemetry and access logs have a 90-day retention policy.

Canonical backfill is not active and PolicyCheckLog has no explicit retention policy.

Partial
prisma/schema.prisma · aiTelemetry.ts
04Admin and identity

Signed sessions and roles are present.

Credentials are shared by role, with no individual identity or central revocation; rate state remains in memory.

Gap
adminAuth.ts · rateLimit.ts
05Dashboard

DashboardClient is about 3,181 lines and 125 KB; the public “map” is an impact matrix.

Decompose and measure the bundle; add true geography and regional filtering only where supported by data.

Gap
DashboardClient.tsx · ReleaseImpactMap.tsx
06API and webhooks

v1 and v2 are not symmetrical; a persistent outbox and signed delivery headers already exist.

The worker still depends on application invocation. Actual headers use the PolicyWatcher-* prefix.

Partial
webhookDelivery.ts · webhookDeliveryData.ts
07Browser extension

activeTab enables local selection/page analysis and up to three evidence summaries.

The companion does not display KPI values or a policy score.

Verified
browser-extension/popup.js
08VPS services

The Agent uses HMAC, timestamp and nonce; the Renderer uses Bearer auth with two-secret rotation.

Keep release and readiness evidence bounded and observable across both services.

Verified
api/admin/vps-services · vps-agent/agent.mjs
09Evidence packet

JSON and PDF exports include SHA-256 integrity material.

Packets lack a digital signature, complete diff and archive timestamp.

Partial
evidencePacket.ts
10Email and feeds

User templates are English-only; newsroom RSS and JSON Feed already exist.

Unsubscribe is client-confirmed rather than one-click, and bounce suppression is not implemented.

Partial
press-kit/feed.xml/route.ts · email templates

Priority pipeline

This ordered pipeline is the committed prioritization lens. The feature radar remains a separate, unprioritized candidate backlog.

  1. Now

    Durable queue for asynchronous workloads

    Expected outcome

    Scraping, webhooks and email run as persistent jobs with retry, backoff, idempotency and a dead-letter queue.

    Dependency / gate

    Completion and retry metrics are visible; recovery is tested.

  2. Now

    Source-bound RAG and governed scoring

    Expected outcome

    Chunking and source-anchored citations cover every KPI; scoring is deterministic only when presented as such, otherwise explicitly AI-generated.

    Dependency / gate

    Golden-set quality and claim-to-evidence traceability pass review.

  3. Next

    Individual enterprise identity

    Expected outcome

    OIDC, MFA, session revocation and per-user audit records replace role-shared attribution.

    Dependency / gate

    No admin action is attributable only to a shared role.

  4. Next

    Modular, measured dashboard

    Expected outcome

    DashboardClient is decomposed, secondary surfaces are lazy-loaded and bundle changes are measured; geography follows actual data coverage.

    Dependency / gate

    A bundle budget and responsive tests pass before release.

  5. Next

    Hardened webhook egress and scheduling

    Expected outcome

    DNS pinning and rebinding protection align webhook SSRF policy with acquisition; scheduling no longer depends on app cron.

    Dependency / gate

    Redirect/DNS tests and an independent scheduler healthcheck pass.

  6. Next

    Email deliverability and consent

    Expected outcome

    Provider events drive bounce/complaint suppression and true RFC 8058 one-click unsubscribe while preserving granular preferences.

    Dependency / gate

    Provider events and the suppression list are auditable.

  7. Conditional

    PostgreSQL and object storage when needed

    Expected outcome

    Persistence moves only when deployment is genuinely multi-instance, with an attachment strategy and tested backup/restore.

    Dependency / gate

    The operational requirement and a restore drill are documented first.

  8. Conditional

    High-assurance evidence export

    Expected outcome

    Packets include complete diff and archive timestamp; PDF signing and multiple renderers follow stable queue and storage foundations.

    Dependency / gate

    Signature verification and reproducible rendering pass.

Explore the adaptive workspaceOptional product demonstrator, collapsed to keep community signals first.

Workspace configuration

PolicyWatcher retains a guided start for first-time visitors. The selected purpose and evidence depth compose a preview from registered dashboard modules; the choice stays reversible and Source QA remains pinned in every generated stack.

1. Choose the job
2. Choose evidence depth

For audit or publication. The UI exposes retrieval path, hashes, timestamps, source drift, and known limitations.

3. Generated evidence stack

Change summary

A low-noise reading mode focused on policy changes, plain-language summaries, affected rights, and what should be verified at the source.

Citizen workspaceForensic
1QuestionChange summary
2EvidenceChange cards, source status, short explanations, region impact.
3OutputReadable briefing and shareable change page.
Check logsHash chainPublic evidence gateFallback pathReview history
Open this profile in the dashboard
Review delivered releases and impact evidenceVersion history and the full release-impact map.

Delivered releases

The voted outcomes are now shipped alongside the active Confidence work, with acceptance criteria and publication boundaries kept visible.

Current · 4.0.0-beta.3

AI Discoverability and Citation Readiness

Align visible homepage content, canonical social metadata, structured identity and crawler access around the public evidence boundary.

Benefit
Readers, search engines and AI assistants receive the same server-rendered topic, evidence path and citation context.
Validation
Live crawler admission, indexing and citation remain external outcomes that require post-deploy verification.
Open delivered surface
Delivered · 3.9.0-beta.40

PolicyWatcher Civico

Turn eligible public policy changes into a bounded association pilot watchlist with theme triage, local review states, a Markdown digest and Evidence Collection handoff.

Benefit
Italian consumer associations can organize a source-first review scope without creating an account or sending member, consumer or draft data to PolicyWatcher.
Validation
The workspace reuses public-evidence gates, keeps working state in the browser and names unavailable or empty conditions; it does not manage complaints, make legal findings or publish decisions.
Open delivered surface
Delivered · 3.9.0-beta.39

Managed VPS Renderer releases

Upload a bounded Renderer package from the protected Admin Center, verify it across the browser, Hostinger and VPS Agent, then follow asynchronous install, smoke and rollback state.

Benefit
Routine Renderer deltas no longer require manual package staging, extraction or service commands on the VPS.
Validation
The Agent accepts only signed bounded uploads, rejects unsafe archives and version mismatches, and reports one observable operation through completion or rollback.
Open delivered surface
Delivered · 3.9.0-beta.38

Git-hosted Press Kit distribution

Keep complete checksum-listed editorial packages in the public repository while serving download links from GitHub and excluding nested package archives from Hostinger deployments.

Benefit
Editors retain the complete EN and IT downloads while the application release is smaller, faster to transfer and easier to inspect.
Validation
The package manifest names GitHub as the provider, the UI labels the external handoff and the release builder rejects nested Press Kit ZIPs.
Open delivered surface
Delivered · 3.9.0-beta.37

Resource navigation and retrieval diagnostics

Group the full public resource directory by intent and make shared acquisitions explicit through safe fingerprints, cache modes and renderer/browser coherence.

Benefit
Readers scan a shorter navigation structure while operators can distinguish legitimate regional fetches from reused acquisition results.
Validation
All footer destinations remain available; focused tests preserve semantic URL differences, redact log labels and verify renderer UA behavior without stealth or WAF bypass.
Open delivered surface
Delivered · 3.9.0-beta.36

Administrative mutation hardening

Centralize same-origin provenance, route-specific declared-body limits, JSON enforcement, bounded rate state and safe response metadata for unsafe administrative API methods.

Benefit
Administrative mutation routes receive one consistent defense-in-depth boundary without changing public APIs or page CSP and framing behavior.
Validation
Focused tests cover accepted same-origin requests, denial paths, body caps, rate state, headers and page CSP; the control is not a pentest or distributed rate limit.
Open delivered surface
Delivered · 3.9.0-beta.35

Community Signal Composer UX

Turn candidate interest or a new proposal into a browser-local Need, Evidence, Limits and Review dossier before an explicit GitHub handoff.

Benefit
Researchers, citizens, GRC reviewers and builders can prepare a bounded proposal without sending draft contents to PolicyWatcher.
Validation
Strict local draft parsing and deterministic issue generation are covered; GitHub permissions, review, acceptance and adoption remain external.
Open delivered surface
Delivered · 3.9.0-beta.34

Source Remediation Workbench UX

Connect returned-window priority, safe filtering, bounded issue evidence, responsive layouts and the Detect to Close sequence in one protected workbench.

Benefit
Admins and Auditors can identify the next responsible remediation action while mutation controls remain admin-only.
Validation
Only Recovered issues can be closed and Resolved issues reopened; closure is not proof of continuous source availability or measured usability improvement.
Open delivered surface
Delivered · 3.9.0-beta.33

Renderer production hardening

Require explicit target-domain egress, HTTPS, bounded output and total runtime while separating public liveness from authenticated Chromium readiness and supporting a bounded two-secret rotation overlap.

Benefit
Operators can constrain rendered destinations and rotate credentials without exposing readiness detail publicly or accepting arbitrary public targets.
Validation
Focused tests cover allowlist parsing, subdomain boundaries, secret overlap, HTTPS enforcement and query-free operational logging; Chromium socket ownership remains an explicit limit.
Open delivered surface
Delivered · 3.9.0-beta.30

Word Contract Evidence Review

Classify an explicitly selected Word clause locally against a fixed taxonomy, display the derived topics and search related public evidence only after a separate acknowledgement.

Benefit
Reviewers can reach cited public evidence from a Word clause without transmitting the selected clause to PolicyWatcher.
Validation
Network queries contain controlled topic labels only; the source package does not verify, approve or legally assess a contract.
Open delivered surface
Delivered · 3.9.0-beta.29

Microsoft, Google and AWS agent packages

Validate a Microsoft 365 Copilot declarative agent, Vertex AI Agent Builder tool or Amazon Quick OpenAPI connector against the same public evidence contract.

Benefit
Enterprise users can query PolicyWatcher from an approved agent environment while public evidence remains at the source.
Validation
The repository provides source packages and runbooks; it does not deploy, approve, publish or certify them in customer environments.
Open delivered surface
Delivered · 3.9.0-beta.28

Cross-cloud Agent Evidence Gateway

Retrieve deterministic capabilities, public change briefs and curated Observatory briefs through one flattened OpenAPI 3.0 contract.

Benefit
Agent tools receive timestamps, applied filters, answer context, citations and explicit evidence limits in a consistent form.
Validation
Only public evidence and curated references are returned; zero results do not establish absence and private workflows remain on API v2.
Open delivered surface
Delivered · 3.9.0-beta.22

Browser-local event feed continuity

Inspect the bounded public change-event window, save or import a strict local checkpoint and explicitly resume forward polling from its opaque cursor.

Benefit
Integration developers can rehearse checkpoint, deduplication and resume behavior without registering an endpoint or sending consumer state to PolicyWatcher.
Validation
The report detects observable duplicate, overlap, ordering and truncation conditions; it does not claim exhaustive monitoring, delivery confirmation or zero gaps.
Open delivered surface
Delivered · 3.9.0-beta.17

Local public-evidence watchlists and shareable collections

Select up to 12 exact public change records, keep a bounded title and review state in localStorage, and share a canonical URL containing public change IDs only.

Benefit
Researchers and reviewers can assemble a reproducible scope without creating an account or sending personal workspace state to PolicyWatcher.
Validation
Shared links exclude the local title and review states; corrupt or oversized browser state is ignored and the selection remains bounded to public records.
Open delivered surface
Delivered · 3.9.0-beta.17

Multi-change evidence briefing

Selected exact-change Evidence Packets are composed into one deterministic collection with per-record identity, source state, screening trace, packet digest and review questions.

Benefit
A reviewer can carry a defined multi-record scope into editorial, research or governance work while retaining each original evidence boundary.
Validation
The collection is selection-based rather than exhaustive and does not infer a market, legal or compliance conclusion.
Open delivered surface
Delivered · 3.9.0-beta.17

Portable generic evidence bundle

One read-only endpoint returns deterministic JSON, Markdown or formula-safe CSV for 1–12 canonical public change IDs.

Benefit
Developers can move bounded public evidence into their own review workflow without a vendor-specific connector.
Validation
The endpoint accepts IDs and format only; direct Jira, Confluence, Teams or GRC delivery, signed webhooks and write operations remain unimplemented.
Open delivered surface
Delivered · 3.9.0-beta.16

Source evidence and continuity ledger

Public evidence files show publication state, sanitized retrieval status, last-check time and versioned public snapshot fingerprints for one change.

Benefit
Reviewers can inspect the recorded evidence chain without access to protected Dataset QA operations.
Validation
The public view excludes admin notes, raw retrieval failures, credentials and withheld records; retrieval state is not a source-authenticity rating.
Open delivered surface
Delivered · 3.9.0-beta.16

Advisory governance mapping

Assessed KPI evidence is mapped to review questions for the EU AI Act, ISO/IEC 42001, NIST AI RMF and OECD AI Principles.

Benefit
GRC and legal reviewers receive a structured starting point for specialist framework review.
Validation
Mappings state mapped or not assessed, name their source and version, and never issue compliance, conformity or legal verdicts.
Open delivered surface
Delivered · 3.9.0-beta.16

Source-anchored score explainability

Stored score reasons can show an exact source passage, snapshot side and related KPI only when the passage matches the recorded snapshot.

Benefit
A reviewer can connect a screening reason to available source evidence instead of reading an unsupported explanation in isolation.
Validation
Nonmatching candidate quotes are rejected and hidden; historical records without an anchor state that the source passage was not recorded.
Open delivered surface
Delivered · 3.9.0-beta.16

Change-bound evidence reports

Each publishable change can produce a two-page PDF and JSON packet with identity, evidence fingerprints, score trace, advisory mappings, review questions and digest.

Benefit
Reviewers can download an exact-change dossier without receiving a report for a later change in the same policy.
Validation
The packet is a bounded evidence record, not a certification, audit result, legal opinion or compliance assessment.
Open delivered surface
Delivered · 3.9.0-beta.2

Shareable evidence views

Copy view writes the public dashboard filters to a versioned canonical URL, while committed filter changes participate in browser history and stale values fail closed.

Benefit
Reviewers can share and revisit the same public evidence scope without manually reconstructing each visible filter.
Validation
Only public view state is encoded; identity, private evidence and consent state remain excluded, and a future link can still reflect changed source availability.
Delivered · 3.9.0-beta.2

Coordinated visual evidence drill-down

Heatmap selection commits region and audience together, while radar KPI selection opens original and normalized values with explicit missing and tie outcomes.

Benefit
A visual signal now leads directly to its precise context, exact values and interpretation boundary.
Validation
Keyboard and mobile paths retain exact-value tables; normalized ordinal values are screening aids, not compliance or performance measurements.
Delivered · 3.8.1

Mobile inquiry reliability

The notification workflow now moves from paste to a local company/policy summary and one verification action, while optional corrections and explainability stay progressively disclosed.

Benefit
A person on a phone can submit a useful request without reconstructing hidden links, dates or a multi-field form.
Validation
Only successful writes show a registered reference; the admin queue has a visible count and optional minimized email alert, while raw notification content remains browser-local.
Delivered · 3.8.0

Browser Evidence Companion

A minimum-permission Chrome, Edge and Safari companion reads an opened notice only after an explicit gesture, extracts non-personal clues locally, and connects the confirmed signal to PolicyWatcher’s published portfolio evidence.

Benefit
People can move from a real notification to a verifiable answer without copying raw personal communications into the platform.
Validation
No persistent mailbox access, raw-content transmission, remote code or automated publication; unknown sources still enter the human approval and QA workflow.
Delivered · 3.7.2

Workspace onboarding and navigation

First-time visitors choose an objective and evidence depth, preview the evidence stack, and enter a workspace whose toolbar exposes only the most relevant actions while retaining every command in More.

Benefit
The product becomes understandable before the full dashboard density appears, without removing expert capabilities.
Validation
Source QA remains visible, preferences stay local, setup is reversible, and the mobile navigation remains focused and safe-area aware.
Delivered · 3.7.1

Notification-to-evidence inquiry

A citizen can paste a plain-text terms/privacy notice, confirm the locally extracted organization and starting policy clues, receive portfolio-wide public evidence, or create a zero-content human-review inquiry that feeds controlled company discovery.

Benefit
The path from a real notification email to trustworthy evidence becomes direct without treating marketing copy as proof.
Validation
Only publicEvidence records answer immediately; unknown or unverified cases remain queued behind the human source-approval gate.
Delivered · voted

Objective-based Dashboard Composer

On a first visit, a guided start asks for the user objective and evidence depth, previews a typed stack of real dashboard evidence modules, and saves the selected workspace.

Benefit
The selected session purpose determines an evidence stack assembled from existing product modules.
Validation
Accepted: generated stacks use registered evidence modules only, remain reversible, and always keep Source QA visible.
Delivered · voted

Bulk Source Onboarding

Operators can import company and policy candidates, review official-source fit, establish a first private baseline, run the QA gate, and record an explicit publication decision.

Benefit
Large source batches move through one durable, auditable workflow instead of ad hoc record creation.
Validation
Accepted: duplicate and URL checks run before approval; imports and first baselines remain private until QA passes and an operator publishes them.
Planned

Personal Evidence Workspace

Save preferred detail level, visible panels, comparison lenses, and export defaults locally so repeated work feels intentional instead of crowded.

Benefit
Power users get density; casual readers get clarity.
Validation
Preferences must be local, reversible, and never hide source-quality warnings.
3.5.1Audit Operations

Dataset QA, source suspension, review log, access log, renderer/VPS monitoring, public evidence gate, and quality badges.

3.6.3Guided Evidence Workflows

First-use objective composer built from registered evidence modules, plus durable five-stage bulk source onboarding with private baselines, QA review, and explicit publication decisions.

3.6.4Audit Reliability Fixes

Persistent discovery jobs, atomic run claims, safe request parsing, audited candidate reopening, synchronized QA rollback, sensor-free mobile context, and UTC countdown correctness.

3.6.5Stability Release

Centralized onboarding batch invariants, held-workflow defense in depth, deferred orientation evaluation with cleanup, root mobile overflow containment, and single-source release metadata.

3.7.0Evidence Experience Release

Bilingual notification-to-evidence inquiry with browser-local clue extraction, one-request company discovery, in-context baselines, evidence-provenance KPI QA, audited human handoff, and self-checking Hostinger startup.

3.7.1Evidence Intake Reliability

Plain-text-first notification intake, explicit clue confirmation, organization/domain conflict handling, portfolio-wide policy verification, and actionable database-unavailable states without transmitting raw message content.

3.7.2Workspace Navigation Release

Progressive first-use onboarding, objective-aware quick actions, direct changelog identity, icon-only What Changed entry, focused mobile navigation, and browser-local personalization.

3.8.0Browser Evidence Companion

Production Chrome/Edge Manifest V3 extension and Safari-compatible source with temporary tab access, local clue extraction, structured confirmation and portfolio-wide public evidence results.

3.8.1Mobile Inquiry Reliability

One-action mobile notification intake, company extraction, persistence-specific receipts, visible admin queue count and privacy-minimized operator alerts.

4.0.0-beta.3AI Discoverability and Citation Readiness

Human-approved AI model registry, privacy-safe telemetry, validated release ledger and bilingual Evidence Pulse with explicit residual boundaries.

4.0Feature Drop

Self-service webhook lifecycle, endpoint proof and secret rotation, persistent alert watchlists, multi-version diff and production integration hardening after the configured pilot.

4.5Evidence Methodology Release

Community benchmark pack, cross-version evidence lineage, external methodology review and production database hardening.

Release route

Impact across business and technical assurance

Select any route to inspect its benefit, evidence basis and named residual risk. Categorical KPI and KRI labels describe release outcomes, not measured performance.

Impact inventory updated 28 August 2026DeliveredCurrent betaPlannedExternal dependency
Domain
Status

The matrix contains 76 visible work items across 9 domains. Releases run from 3.7.0 through the current 4.0.0 Beta 3 and two future horizons.

Swipe or scroll horizontally to follow the release route. Work-item labels remain fixed.

Impact domain / work item
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.8.2
B2
B3
B4
B5
B6
B7
B8
B9
B10
B11
3.9 B1
3.9 B2
3.9 B3
3.9 B4
3.9 B5
3.9 B6
3.9 B7
3.9 B8
3.9 B9
3.9 B10
3.9 B11
3.9 B12
3.9 B13
3.9 B14
3.9 B15
3.9 B16
3.9 B17
3.9 B18
3.9 B19
3.9 B20
3.9 B21
3.9 B22
3.9 B23
3.9 B24
3.9 B25
3.9 B26
3.9 B27
3.9 B28
3.9 B29
3.9 B30
3.9 B31
3.9 B32
3.9 B33
3.9 B34
3.9 B35
3.9 B36
3.9 B37
3.9 B38
3.9 B39
3.9 B40
3.9 B41
3.9 B42
4.0 B1
4.0 B2
4.0 B3Current
Next
Later
User experiencebusiness
Correction operationsbusiness
Channel distributionbusiness
Legal resiliencebusiness
Evidence intaketechnical
Retrievaltechnical
Data assurancetechnical
Securitytechnical
Production operationstechnical

Feature candidates

Candidate review records the workflow, expected evidence, acceptable limits and the current implementation gap. No popularity or endorsement count is inferred.

18 of 18 candidates
APIDelivered · Delivered beta 11

Read-only public integration directory

Delivered in 3.9.0 Beta 11: a versioned manifest and localized Observatory registry make the public integration surface inspectable, rate-limited and source-bound.

Watch pointThe surface is deliberately read-only; it does not expose admin data, raw policy text or operational controls.
Enterprise pilotPilot or partial · Pilot ready

Entra, Azure API Management and Power Platform

Pilot ready: API v2 validates tenant-bound Entra tokens at the origin, publishes an OpenAPI contract, includes an APIM policy and provides a source-controlled custom connector package.

Watch pointCertification, tenant entitlements, offboarding, delivery telemetry and commercial provisioning are not yet implemented.
Enterprise agentsPilot or partial · Available gateway · source packages ready

Cross-cloud public evidence dialogue

Delivered in Beta 28-29: one deterministic Agent Evidence Gateway plus source packages for Microsoft 365 Copilot, Vertex AI Agent Builder and Amazon Quick.

Watch pointProvider approval, tenant configuration, cloud logging, retention and product compatibility remain customer- and provider-controlled.
OfficePilot or partial · Source package ready

Word Contract Evidence Review

Delivered in Beta 30: locally classify selected clause text and send only displayed controlled topic labels to the public evidence gateway after explicit acknowledgement.

Watch pointTopic mapping can require professional review and must not be presented as contract verification, approval or legal advice.
CollaborationDelivered · Delivered beta 17

Local public-evidence watchlists and shareable collections

Delivered in 3.9.0 Beta 17: select up to 12 public change IDs, retain title and review states locally, and share an ID-only canonical URL.

Watch pointThis is not a persistent team workspace: accounts, ACLs, comments, presence and conflict resolution are not included.
APIDelivered · Delivered beta 23 · configured pilot

Configured signed webhook delivery

Delivered in 3.9.0 Beta 23: deployment-configured HTTPS destinations receive eligible public change events through HMAC-SHA256 signatures, a persistent outbox, per-attempt evidence and bounded retries.

Watch pointNo public subscriptions, tenant self-service, endpoint challenge, automatic key rotation, guaranteed delivery or SLA.
GovernanceCandidate · Later validation

Reviewed framework mapping catalogue

Add versioned reviewer commentary, change history and additional framework topics to the delivered advisory map.

Watch pointReviewer input must remain attributable and must not turn topic relevance into a compliance verdict.
Dataset QACandidate · Later aggregate

Aggregate source continuity trends

Publish bounded portfolio-level continuity trends across time without exposing raw failures, admin decisions or private remediation details.

Watch pointSmall cohorts and detailed failure patterns could reveal protected operational information.
ResearchCandidate · Communication value

Market pulse atlas

A visual atlas of policy movement by sector, jurisdiction, source status, and time period, designed for researchers and journalists.

Watch pointRequires enough verified public evidence to avoid empty theatrics.
ReportsDelivered · Delivered beta 17

Multi-change evidence briefing

Delivered in 3.9.0 Beta 17: compose selected exact-change evidence packets into a dated bundle with selection scope and per-record digests.

Watch pointAggregation must preserve each packet boundary and must not imply a complete market or compliance assessment.
SignalsCandidate · Community ask

Persistent alert watchlists

Let authenticated users subscribe to future changes for selected companies, policies, jurisdictions, or governance topics and receive focused updates.

Watch pointPersistent subscription preferences, identity and delivery controls need strong privacy defaults and are not part of local Evidence Collections.
ExplainabilityCandidate · Later lineage

Cross-version explanation trace

Compare source-anchored screening reasons across multiple public changes while retaining the original snapshot side and KPI linkage.

Watch pointCross-version summaries must not infer causality where only stored screening outputs exist.
IntegrationsDelivered · Delivered beta 17

Portable generic evidence bundle

Delivered in 3.9.0 Beta 17: deterministic JSON, Markdown and formula-safe CSV exports for 1–12 canonical public change IDs.

Watch pointThe bundle is portable data only; it does not deliver directly into third-party products or expose private review state.
IntegrationsPilot or partial · Available · generic handoff

Evidence export to GRC tools

Available in the current build as a vendor-neutral handoff manifest with deterministic work-item IDs, evidence links, digests, review questions and acceptance criteria.

Watch pointThe manifest does not create vendor records, assignments, deadlines or delivery confirmation. Direct publishing still requires identity, audit and delivery controls.
Microsoft 365Pilot or partial · Copilot source ready · Teams, MCP and Graph planned

Teams, Copilot, MCP and Graph surfaces

Copilot public-evidence agent source is delivered. Continue with an authenticated Teams route, a federated MCP server and optional Graph indexing over tenant-bound controls.

Watch pointPrivate surfaces need tenant authorization, content and retention boundaries, operational ownership and multi-tenant isolation tests.
DistributionCandidate · Commercial later

Microsoft commercial marketplace offer

Start with a discovery listing, then evaluate a transactable SaaS offer after tenant provisioning, entitlements, billing events, consent revocation and support operations exist.

Watch pointMarketplace packaging must not precede a tested customer lifecycle and tenant-isolation model.
UXCandidate · Design priority

Forensic workbench redesign

Move from crowded navigation to a command-driven, panel-based inspection surface with graph, table, timeline, and evidence modes.

Watch pointMust improve orientation without losing expert controls.
QualityCandidate · Validation

Community benchmark pack

A public set of known policy-source cases used to test retrieval, source-fit checks, source suspension, and dashboard behavior.

Watch pointNeeds stable fixtures that do not become fake public evidence.

Signal criteria

Each request is reviewed for feasibility, source quality, security and claim scope. The ranking informs product prioritization.

Use case

Identify the user, decision and question.

Evidence requirement

Specify the required source, check log, snapshot, region, KPI or export.

Implementation path

Document the implementation path, data requirements and automation limits.

Release lane

Classify the item as a feature release, evidence-method release or research candidate.

Roadmap signal submission

The most useful feedback is specific: the role you have, the decision you need to make, the evidence you trust, and the level of detail you expect.