Back to repositories

github-recent__mbarbine__platphorm-browserops

platphorm-browserops

BrowserOps is the PlatPhormNews browser proof layer. It runs real browser journeys across trusted `*.platphormnews.com` sites, captures screenshots and artifacts, checks route/discovery/UI/accessibility compliance, and propagates W3C trace context into target requests so failures can be correlated in Trace.

GitHub

Capabilities

24

Risks

2

Maturity

deprecated

Confidence

high

Capabilities

AI Chat or Generation

ai.chat-or-generation

ai-modelpartial

Source evidence indicates AI model, chat, completion, prompt, or generation behavior.

app/.well-known/ai-plugin.json/route.tsapp/api/v1/runs/[id]/generate-deck/route.tspackage.json

Metrics and Reporting

analytics.metrics-reporting

analyticspartial

Source evidence indicates analytics, metrics, reports, scores, or aggregation behavior.

app/api/v1/runs/[id]/report/route.tscomponents/runs/readiness-report-card.tsx

API Route Handlers

api.route-handlers

apipartial

Repository exposes source-backed API route handlers discovered from framework route files.

app/api/docs/route.tsapp/api/health/route.tsapp/api/mcp/route.tsapp/api/v1/artifacts/route.ts

User Authentication and Sessions

auth.user-session

authenticationpattern_only

Source evidence indicates authentication, login, session, token, or identity handling.

lib/security/auth.tspackage.json

Content Publishing Workflow

content.publishing-workflow

content-managementpartial

Source evidence indicates content, docs, posts, publishing, CMS, or markdown/MDX workflows.

app/api/docs/route.tsapp/api/v1/runs/[id]/publish-docs/route.tsapp/docs/page.tsxBUILD_STATUS.md

Operational Dashboard

dashboard.operational-dashboard

dashboardpattern_only

Source evidence indicates dashboard, admin, status, or overview UI surfaces.

BUILD_STATUS.md

Data Import and Export

data.import-export

data-exportpartial

Source evidence indicates import, export, CSV, JSON, XML, or structured data transfer behavior.

app/.well-known/agents.json/route.tsapp/.well-known/ai-plugin.json/route.tsapp/.well-known/trust.json/route.tsapp/api/v1/runs/[id]/export-sheets/route.ts

Database Schema Management

database.schema-management

databasepartial

Repository includes database schemas, migrations, or database framework dependencies.

lib/neon/schema.tspackage.json

Deployment and Project Automation

deployment.project-automation

deploymentpattern_only

Repository includes CI workflows, deployment config, or containerization files.

vercel.json

File Upload Handling

file.upload-handling

file-uploadpartial

Source evidence indicates upload, attachment, media, or multipart file handling.

lib/artifacts/store.tspackage.json

Form Submission Flow

forms.submission-flow

formspattern_only

Source evidence indicates forms, contact flows, submit endpoints, or validation-backed input handling.

lib/platform/contract.ts

AWS Integration

integration.aws

integrationpartial

Repository has source-backed indicators for a AWS integration.

lib/config/env.tslib/integrations/claws.tslib/platform/contract.tspackage.json

OpenAI Integration

integration.openai

ai-modelpartial

Repository has source-backed indicators for a OpenAI integration.

package-lock.jsonpackage.jsonpnpm-lock.yaml

PlatPhorm Integration

integration.platphorm

integrationpartial

Repository has source-backed indicators for a PlatPhorm integration.

app/.well-known/agents.json/route.tsapp/.well-known/ai-plugin.json/route.tsapp/.well-known/trust.json/route.tsapp/journeys/page.tsx

Postgres Integration

integration.postgres

integrationpartial

Repository has source-backed indicators for a Postgres integration.

BUILD_STATUS.mdDEPLOYMENT.mddrizzle.config.tslib/config/env.ts

Vercel Integration

integration.vercel

integrationpartial

Repository has source-backed indicators for a Vercel integration.

lib/artifacts/store.tslib/config/env.tslib/config/service.tslib/integrations/vercel.ts

MCP Tool Server

mcp.tool-server

mcppartial

Repository contains MCP-related routes, manifests, files, or dependencies.

app/api/mcp/route.tslib/integrations/mcp.tspackage.json

Trace and Logging

observability.trace-logging

observabilitypartial

Source evidence indicates trace, span, logging, monitoring, or OpenTelemetry behavior.

app/api/health/route.tsapp/api/v1/health/route.tsapp/api/v1/network/trace-propagation/route.tsapp/api/v1/runs/[id]/trace/route.ts

Application Routes

routing.application-pages

routingpattern_only

Repository contains user-facing application page routes.

app/docs/page.tsxapp/faq/page.tsxapp/journeys/page.tsxapp/network/page.tsx

Search Query Interface

search.query-interface

searchpartial

Source evidence indicates search UI, indexing, or query behavior.

components/ui/journey-search.tsx

Environment Configuration

security.env-configuration

securitypattern_only

Repository references environment variables; secret-like names are cataloged without values.

app/api/v1/network/run-smoke/route.tsdrizzle.config.tslib/artifacts/store.tslib/config/service.ts

Automated Test Suite

testing.automated-tests

testingpattern_only

Repository includes automated test files.

lib/browser/playwright-runner.tslib/integrations/spec.tsplaywright.config.tstests-e2e/home.spec.ts

UI Component Library

ui.component-library

ui-componentpartial

Reusable UI components were found in component-oriented source paths.

components/journeys/journey-list.tsxcomponents/layout/footer.tsxcomponents/layout/sidebar.tsxcomponents/layout/top-bar.tsx

Webhook Event Receiver

webhooks.event-receiver

webhookspartial

Source evidence indicates webhook receiving, event delivery, or signature validation behavior.

lib/integrations/webhooklab.tslib/platform/contract.ts