Skip to content

Capability Catalog

The WCP capability catalog defines 245 entities across 5 entity types. All entities are in the cap.*, ctrl.*, wrk.*, prof.*, or pol.* WCP-reserved namespaces.

Entities fall into five types:

TypeCountDescription
capability127Capabilities that agents can request (cap.*)
worker_species48Worker species that fulfill capabilities (wrk.*)
control33Governance controls declared by workers (ctrl.*)
profile33Recommended control bundles for common postures (prof.*)
policy4Hall-level policies (pol.*)

Using the Interactive Catalog

The Playground at pyhall.dev lets you filter and search all 245 entities by:

  • Domain
  • Entity type (capability, worker, control, profile, policy)
  • Risk tier (low, medium, high, critical)
  • Free text search

The playground also has a live routing simulator where you can test capability requests against the catalog.


Domain Summary

All 48 worker species domains:

DomainEntitiesTypesDescription
audit11 capabilityAudit log read access for compliance and forensics
blast-radius-scoring11 controlBlast score computation and gating control
chaos74 capability, 1 profile, 2 worker_speciesControlled fault injection for resilience testing
cost85 capability, 1 control, 2 worker_speciesToken budget tracking, enforcement, and cost reporting
credential11 capabilityCredential rotation
data44 capabilityData classification, redaction, routing, and deletion
db95 capability, 2 profile, 2 worker_speciesDatabase read/write, migrations, reconciliation, and backfills
default-deny11 policyDefault-deny policy for unmatched capabilities
deploy85 capability, 1 control, 2 worker_speciesCanary deployments, rollbacks, and feature flags
dlq53 capability, 1 control, 1 worker_speciesDead letter queue inspection, replay, and purge
doc147 capability, 3 profile, 4 worker_speciesDocument ingestion, OCR, classification, redaction, signing
edge105 capability, 2 profile, 3 worker_speciesEdge device storage, sync, inference, and updates
egress-allowlist-policy11 policyEgress allowlist enforcement policy
exec22 capabilityContainer and VM execution with restricted privileges
fed84 capability, 2 profile, 2 worker_speciesFederated identity, token exchange, and partner isolation
fs22 capabilityFilesystem access controls (readonly, workspace-write)
idempotency74 capability, 1 control, 2 worker_speciesIdempotency key management and atomic writes
identity11 capabilityCryptographic workload identity assertion
inbox11 capabilityInbound message deduplication
int95 capability, 2 profile, 2 worker_speciesThird-party API adapters, webhooks, and data contracts
ledger11 capabilityImmutable audit ledger writes
mem126 capability, 3 profile, 3 worker_speciesMemory artifact storage, retrieval, RAG, and summarization
model105 capability, 2 profile, 3 worker_speciesModel evaluation, prompt management, drift detection
mount11 capabilityWorkspace directory mounting
net22 capabilityNetwork egress controls (allowlisted and denied)
notify84 capability, 2 profile, 2 worker_speciesEmail, SMS, push notifications with suppression
obs77 controlObservability controls: logging, metrics, tracing, SLOs
ops84 capability, 2 profile, 2 worker_speciesHuman approvals, break-glass, runbooks, postmortems
os208 capability, 7 control, 2 profile, 3 worker_speciesWorkforce OS: routing, registry, policies, cost, kill switches
outbox11 capabilityTransactional outbox message publishing
pol64 control, 1 profile, 1 worker_speciesPolicy engine controls, versioning, audit, default-deny
policy33 capabilityPolicy evaluation, canary rollout, and update
privilege-envelopes-required11 controlPrivilege envelope declaration requirement
projection11 capabilityRead-model projection rebuilds via event replay
prov95 capability, 1 profile, 3 worker_speciesArtifact signing, attestation, provenance chain assembly
repair32 capability, 1 worker_speciesState reconciliation and compensating transactions
replay-safety-policy11 policyReplay safety policy for nondeterministic workers
sandbox139 control, 1 policy, 3 profileSandbox controls: egress deny, readonly rootfs, syscall filtering
scan44 capabilitySAST, DAST, dependency scanning, SBOM generation
sched64 capability, 1 profile, 1 worker_speciesJob scheduling: priority, preemption, rate limiting, capacity
sec52 profile, 3 worker_speciesSecurity worker species: SAST scanner, deps scanner, artifact verifier
secrets11 capabilitySecrets vault read access
side-effect11 capabilityDeclared external write side effects
stream33 capabilityStreaming topic consumption, production, and replay
token11 capabilityShort-lived access token minting
ui85 capability, 1 profile, 2 worker_speciesHuman review queues, forms, feedback collection, diff display
verify11 capabilityBuild artifact integrity verification
wf85 capability, 1 profile, 2 worker_speciesWorkflow DAGs, checkpoints, saga compensation, fan-out/in

Full Catalog

All 245 entities, sorted by ID:

Capability IDTypeDescriptionRisk Tier
cap.audit.readcapabilityRead audit log entries for compliance review and forensic analysis.medium
cap.chaos.disable-dependencycapabilityTemporarily disable or throttle an upstream dependency to test degraded-mode behavior.high
cap.chaos.inject-errorscapabilityInject controlled error responses into service paths for failure mode testing.high
cap.chaos.inject-latencycapabilityInject artificial latency into specified service paths for resilience testing.high
cap.chaos.poison-messagescapabilityInject malformed or poison-pill messages into a queue to test DLQ and error handling.high
cap.cost.check-budgetcapabilityCheck current spend against allocated budget before executing a cost-incurring operation.low
cap.cost.enforce-capcapabilityHard-block a worker dispatch when accumulated spend exceeds the configured cap.medium
cap.cost.estimate-jobcapabilityProduce a pre-execution cost estimate (tokens, compute, storage) for a job.low
cap.cost.generate-reportcapabilityGenerate a cost usage report for a tenant, project, or time period.low
cap.cost.track-token-usagecapabilityRecord token consumption per worker call into the billing datastore.low
cap.credential.rotatecapabilityRotate a credential (API key, certificate, secret) and update all references.high
cap.data.classifycapabilityClassify data by sensitivity label (e.g., public, internal, restricted, top-secret).medium
cap.data.deletecapabilityPermanently delete data records in compliance with retention policies (e.g., GDPR right-to-erasure).high
cap.data.redactcapabilityRedact sensitive fields (PII, PCI, PHI) from data artifacts before downstream processing.high
cap.data.route.by-sensitivitycapabilityRoute data to appropriate storage or processing tier based on sensitivity classification.high
cap.db.backfillcapabilityBackfill existing records with new computed fields using throttled, resumable batch processing.high
cap.db.migratecapabilityApply a versioned schema migration with dry-run, canary, and rollback support.critical
cap.db.readcapabilityRead data from a database within scope and tenant isolation boundaries.low
cap.db.reconcilecapabilityCompare source-of-truth against derived projections and repair inconsistencies.high
cap.db.writecapabilityWrite or update data in a database with transaction and audit guarantees.medium
cap.deploy.canary-shiftcapabilityShift a percentage of traffic to a new worker version for canary evaluation.high
cap.deploy.drain-workercapabilityGracefully drain in-flight work from a worker before shutdown or version change.medium
cap.deploy.feature-flagcapabilityEnable or disable a feature flag to control worker behavior without redeployment.medium
cap.deploy.promote-canarycapabilityPromote a validated canary version to receive 100% of production traffic.high
cap.deploy.rollbackcapabilityRoll back a worker to the previous stable version immediately.high
cap.dlq.inspectcapabilityRead and classify messages in the dead letter queue for triage.low
cap.dlq.purgecapabilityPermanently discard messages from the dead letter queue after review.medium
cap.dlq.replaycapabilityRe-enqueue a dead letter message for re-processing with replay controls.medium
cap.doc.classifycapabilityClassify a document by type, sensitivity, and routing category.medium
cap.doc.hash-artifactcapabilityCompute and record the cryptographic hash of a document artifact for integrity verification.medium
cap.doc.ingestcapabilityIngest a document artifact into the pipeline, validate format, and register provenance.medium
cap.doc.ocrcapabilityExtract text and layout from a document using optical character recognition.medium
cap.doc.redactcapabilityApply PII/PHI/PCI redactions to a document using rule or ML-based detection.high
cap.doc.signcapabilityApply a cryptographic digital signature to a document artifact using an isolated key.critical
cap.doc.stampcapabilityApply a visible or invisible processing stamp (watermark, classification label) to a document.medium
cap.edge.device-attestcapabilityAttest the integrity and identity of an edge device using TPM or hardware root of trust.high
cap.edge.local-inferencecapabilityRun ML inference locally on the edge device without cloud connectivity.medium
cap.edge.local-storecapabilityWrite data to local edge storage with TTL, size limits, and sync markers.medium
cap.edge.synccapabilitySync local edge events and artifacts to cloud with conflict resolution.medium
cap.edge.update-agentcapabilityApply a signed software update to an edge agent in a ring-based rollout.critical
cap.exec.containercapabilityExecute artifact within a container boundary with restricted privileges.medium
cap.exec.vmcapabilityExecute artifact within a VM boundary (stronger isolation than containers).medium
cap.fed.accept-external-identitycapabilityAccept and validate an identity token from a trusted external organization.high
cap.fed.enforce-data-contractcapabilityValidate inbound/outbound data against the partner data contract before processing.high
cap.fed.exchange-tokenscapabilityExchange a partner token for a scoped local token via federation handshake.high
cap.fed.isolate-guest-workerscapabilityRun partner/guest workers in isolated execution pools with default-deny capabilities.high
cap.fs.readonlycapabilityExecution environment filesystem is read-only except for mounted workspace.low
cap.fs.workspace.writecapabilityWrite and modify files only within the mounted workspace boundary.medium
cap.idempotency.atomic-writecapabilityWrite a value atomically using check-and-set semantics tied to an idempotency key.medium
cap.idempotency.check-keycapabilityCheck whether an idempotency key has been seen and return cached result if present.low
cap.idempotency.expire-keycapabilityForce-expire an idempotency key before its TTL for maintenance purposes.low
cap.idempotency.register-keycapabilityRegister a new idempotency key and bind it to the current execution result.low
cap.identity.workloadcapabilityAssert a cryptographic workload identity bound to the execution context.high
cap.inbox.dedupcapabilityDeduplicate incoming messages using idempotency keys before processing.low
cap.int.api.callcapabilityCall a third-party API with backoff, circuit breakers, and rate limiting.medium
cap.int.contract.validatecapabilityValidate a data payload against a versioned data contract schema.medium
cap.int.replay-webhookcapabilityReplay a previously received webhook event for recovery or re-processing.medium
cap.int.rotate-credentialscapabilityRotate API keys, OAuth tokens, or other credentials for a third-party integration.high
cap.int.webhook.verifycapabilityVerify the signature and authenticity of an inbound webhook before processing.medium
cap.ledger.writecapabilityAppend an immutable entry to the audit ledger.high
cap.mem.deletecapabilityDelete one or more memory artifacts; emit deletion audit record.high
cap.mem.embedcapabilityConvert text to a vector embedding using a configured embedding model.low
cap.mem.readcapabilityRetrieve a memory artifact by key or query within scope and access controls.low
cap.mem.retrieve.ragcapabilityRetrieve relevant memory chunks via hybrid vector + keyword search for RAG pipelines.low
cap.mem.summarizecapabilitySummarize a long context window to a bounded token representation preserving provenance.low
cap.mem.writecapabilityStore a memory artifact (embedding, document, structured record) under a scoped key.medium
cap.model.drift.detectcapabilityDetect statistical drift in model output quality, safety, or cost over time.medium
cap.model.eval.runcapabilityExecute an evaluation suite against a model, prompt, or tool version and publish scores.medium
cap.model.prompt-injection-testcapabilityRun prompt injection attack vectors against a model to validate safety guardrails.medium
cap.model.prompts.updatecapabilityUpdate versioned prompt templates after safety eval and approval gate.high
cap.model.tools.updatecapabilityUpdate versioned tool definitions (function specs, schemas) after QA gate.high
cap.mount.workspacecapabilityMount a dedicated workspace directory into the execution environment.medium
cap.net.egress.allowlistedcapabilityOutbound network access limited to allowlisted destinations via controlled proxy.high
cap.net.egress.deniedcapabilityOutbound network access disabled (default deny).low
cap.notify.manage-suppressioncapabilityAdd, remove, or query suppression list entries (unsubscribes, bounces, complaints).medium
cap.notify.send-emailcapabilitySend a transactional or notification email via configured email provider.medium
cap.notify.send-pushcapabilitySend a push notification to a mobile/web device via push provider.low
cap.notify.send-smscapabilitySend an SMS notification via configured telephony provider.medium
cap.ops.approvecapabilityCollect and record a human approval decision for a proposed change or action.high
cap.ops.break-glasscapabilityInvoke emergency break-glass access with mandatory audit logging and time-limited elevation.critical
cap.ops.execute-runbookcapabilityExecute a named operational runbook with step-level audit and rollback checkpoints.high
cap.ops.postmortemcapabilityGenerate a structured postmortem report from incident timeline and evidence.low
cap.os.compose-workflowcapabilityCompose multi-worker workflows with policy gates, cost controls, and provenance.high
cap.os.emergency-controlscapabilityActivate global or per-worker kill switches for emergency shutdown or quarantine.critical
cap.os.enforce-policiescapabilityEnforce workforce-wide policies (budget, data label, QoS, privileges) at every routing step.critical
cap.os.govern-worker-lifecyclecapabilityManage worker enrollment, suspension, retirement, and version transitions.high
cap.os.memory-and-context-servicecapabilityProvide memory and context services to workers (scoped retrieval, embedding, summarization).medium
cap.os.observe-end-to-endcapabilityCollect end-to-end telemetry with correlation_id across all workers in a request.medium
cap.os.register-workercapabilityEnroll a worker into the workforce registry with validated controls and provenance.high
cap.os.route-taskcapabilityRoute a task to the appropriate worker using deterministic routing rules.high
cap.outbox.publishcapabilityPublish a message via transactional outbox pattern ensuring at-least-once delivery.medium
cap.policy.canarycapabilityActivate a new policy version for a canary percentage of traffic before full rollout.high
cap.policy.evaluatecapabilityEvaluate an action against loaded policy rules and return allow/deny with rationale.high
cap.policy.updatecapabilityPublish a new versioned policy to the policy engine for enforcement.high
cap.projection.rebuildcapabilityRebuild a read-model projection by replaying events from source stream.medium
cap.prov.generate-provenance-chaincapabilityAssemble complete provenance chain: source → build → scan → SBOM → signatures.high
cap.prov.issue-attestationcapabilityIssue a signed attestation statement (e.g., SLSA provenance, SBOM attestation).critical
cap.prov.sign-artifactcapabilityApply a cryptographic signature to a build or data artifact using a managed key.critical
cap.prov.verify-attestationcapabilityVerify a signed attestation statement before trusting an artifact.high
cap.prov.verify-signaturecapabilityVerify the cryptographic signature of an artifact against known public keys.high
cap.repair.compensate-transactioncapabilityExecute a compensating transaction to undo a previously committed action.high
cap.repair.reconcile-statecapabilityDetect and repair inconsistent state by comparing source-of-truth with derived state.high
cap.scan.dastcapabilityRun dynamic application security testing against a live endpoint.high
cap.scan.depscapabilityScan project dependencies for known CVEs and risky licenses.medium
cap.scan.sastcapabilityRun static application security testing scan on source code or compiled artifacts.medium
cap.scan.sbom.generatecapabilityGenerate a Software Bill of Materials (SBOM) in SPDX or CycloneDX format.low
cap.sched.preemptcapabilityPreempt a lower-priority job to make capacity available for a higher-priority one.medium
cap.sched.rate-limit-tenantcapabilityApply per-tenant rate limiting to prevent one tenant from starving shared resources.medium
cap.sched.reserve-capacitycapabilityReserve compute capacity for a tenant or workload class ahead of scheduled execution.medium
cap.sched.set-prioritycapabilityAssign or update the scheduling priority of a job in the dispatch queue.medium
cap.secrets.readcapabilityRead secrets from a secrets vault scoped to the workload identity.high
cap.side-effect.write-externalcapabilityPerform a write to an external system (database, API, filesystem) as a declared side effect.high
cap.stream.consumecapabilityConsume messages from a streaming topic with configurable delivery semantics (at-least-once, exac…medium
cap.stream.producecapabilityPublish messages to a streaming topic with idempotency and ordering guarantees.medium
cap.stream.replaycapabilityReplay a stream from a specified offset or timestamp for reprocessing or recovery.high
cap.token.mint.shortlivedcapabilityMint a short-lived access token (TTL <= 1 hour) scoped to specific resources.high
cap.ui.capture-feedbackcapabilityCollect structured feedback (thumbs, ratings, corrections) from a human user.low
cap.ui.escalate-to-humancapabilityInterrupt automated processing and escalate to a human operator with full context.medium
cap.ui.form.collectcapabilityPresent a structured form to a human user and collect validated input.low
cap.ui.review.queuecapabilityRoute a task or decision to a human review queue with explainability bundles.medium
cap.ui.show-diffcapabilityDisplay a structured diff of proposed changes to a human reviewer.low
cap.verify.artifact-integritycapabilityVerify cryptographic digest and/or signature of a build artifact before execution.high
cap.wf.checkpointcapabilityPersist workflow execution state at a checkpoint for durable resumption.medium
cap.wf.compensatecapabilityExecute compensation steps to undo committed actions in a failed saga.high
cap.wf.define-dagcapabilityDefine a directed acyclic graph of workflow steps with dependencies and data flows.medium
cap.wf.fanout-fanincapabilityParallelize workflow steps across multiple workers and aggregate results.medium
cap.wf.replay-deterministiccapabilityReplay a workflow from a checkpoint with deterministic step execution for recovery.medium
ctrl.blast-radius-scoringcontrolCompute blast score (0-100) from env, data_label, QoS, and request hints; gate actions with score…
ctrl.cost.monthly-token-budgetcontrolPolicy control: maximum token spend per tenant per calendar month before hard cap triggers.
ctrl.deploy.canary-error-thresholdcontrolPolicy control: maximum allowable error rate (%) for a canary before automatic rollback triggers.
ctrl.dlq.max-replay-attemptscontrolPolicy control: maximum number of times a DLQ message may be replayed before permanent discard.
ctrl.idempotency.key-ttl-secondscontrolPolicy control: time-to-live in seconds for idempotency keys in the dedup store.
ctrl.obs.audit-log-append-onlycontrolAudit entries must be written to an append-only log; modifications forbidden.
ctrl.obs.flight-recorder-bundlecontrolCollect and retain full flight recorder bundle (all events, tool calls, inputs/outputs) for foren…
ctrl.obs.metrics-corecontrolWorkers must emit core metrics (latency, error rate, throughput).
ctrl.obs.run-metadata-storecontrolStore run metadata (inputs, outputs, timing, worker version) per execution.
ctrl.obs.slo-alertingcontrolAlert when SLO thresholds are breached (error budget, latency p99).
ctrl.obs.structured-loggingcontrolAll worker output must use structured (JSON) logging with correlation_id and tenant_id.
ctrl.obs.tracing-distributedcontrolWorkers must emit distributed trace spans with correlation_id propagation.
ctrl.os.budget-and-cost-enforcementcontrolEnforce per-agent, per-tenant cost caps and budgets.
ctrl.os.end-to-end-correlationcontrolPropagate correlation_id across every worker call, tool call, and telemetry event.
ctrl.os.global-kill-switchescontrolGlobal and per-worker kill switches for emergency shutdown.
ctrl.os.policy-gate-every-stepcontrolApply policy gate at every routing step, not just pre-run.
ctrl.os.provenance-requirementscontrolRequire signed provenance for all production worker executions.
ctrl.os.routing-rulescontrolEnforce deterministic, versioned routing rules (first-match-wins).
ctrl.os.worker-registrycontrolMaintain an enrolled worker registry; deny execution for unregistered workers.
ctrl.pol.audit-policy-decisionscontrolLog every policy allow/deny decision to the append-only audit ledger.
ctrl.pol.default-denycontrolDeny any capability not explicitly allowed by policy.
ctrl.pol.policy-engine-runtimecontrolPolicy engine must be running and reachable before any guarded action executes.
ctrl.pol.policy-versioningcontrolPolicies must be versioned artifacts; unversioned policies cannot be enforced.
ctrl.privilege-envelopes-requiredcontrolWorkers must declare a privilege envelope (secrets, egress, writes, tools) before execution.
ctrl.sandbox.flight-recordercontrolRecord all tool calls and file activity for audit purposes.
ctrl.sandbox.no-egress-default-denycontrolDisable all outbound network by default; egress requires explicit allowlist.
ctrl.sandbox.no-privileged-containerscontrolContainer execution must not use privileged mode.
ctrl.sandbox.path-allowlistscontrolDeny access to sensitive filesystem paths not in the allowlist.
ctrl.sandbox.readonly-rootfscontrolRoot filesystem is read-only; only workspace mount is writable.
ctrl.sandbox.resource-limits-strictcontrolEnforce CPU, RAM, and time limits on worker execution.
ctrl.sandbox.secrets-denied-by-defaultcontrolNo secrets injected into workers unless explicitly granted.
ctrl.sandbox.syscall-filteringcontrolApply seccomp/AppArmor profiles to restrict permitted system calls.
ctrl.sandbox.workspace-mounts-onlycontrolOnly workspace path may be mounted; all other mounts denied.
pol.default-denypolicyPolicy engine must default-deny all capability requests not covered by explicit policy.
pol.egress-allowlist-policypolicyIn prod/edge with RESTRICTED data, any egress destinations must be explicitly allowlisted.
pol.replay-safety-policypolicyNondeterministic workers require checkpoints and approvals before replay.
pol.sandbox.default-denypolicyAll workers must operate in sandbox default-deny posture unless explicitly exempted.
prof.chaos.canary-scopedprofileChaos experiments scoped strictly to canary traffic with SLO guardrails.
prof.db.migration-safeprofileSafe migration posture: dry-run first, canary rollout, full audit, rollback checkpoint.
prof.db.reconciliation-strictprofileStrict reconciliation posture: continuous drift detection, repair-on-detect, full audit.
prof.doc.restricted-redactionprofileProcess documents with restricted data requiring redaction before sharing.
prof.doc.signed-highriskprofileProcess high-risk documents with mandatory signing, audit, and isolation.
prof.doc.untrusted-sandboxedprofileProcess untrusted/external documents in strict sandboxed environment.
prof.edge.offline-strictprofileStrict offline-capable edge posture: local store, device attestation, no cloud dependency.
prof.edge.update-ringsprofileRing-based update posture: signed updates, ring rollout, integrity verification, audit trail.
prof.fed.guest-isolatedprofileGuest workload isolation posture: sandboxed execution, no egress, workspace-only access.
prof.fed.partner-strictprofileStrict federation posture: validated identity, scoped tokens, data contract enforcement, full audit.
prof.int.resilient-adapterprofileResilient API adapter posture: circuit breakers, backoff, rate limits, metrics.
prof.int.webhook-strictprofileStrict webhook posture: signature verification, contract validation, replay idempotency.
prof.mem.budgeted-summariesprofileCost-conscious memory posture: summarization-first, token budget enforcement.
prof.mem.privacy-conservativeprofilePrivacy-conservative memory posture: minimal retention, aggressive TTLs, deletion audit.
prof.mem.rag-strict-scopedprofileStrict RAG posture: scoped retrieval, token budget enforcement, no cross-tenant leakage.
prof.model.drift-strictprofileStrict drift monitoring posture: continuous SLO-based alerting and automated remediation triggers.
prof.model.release-gatedprofileRelease gate posture: mandatory eval, safety tests, and approval before model/prompt/tool promotion.
prof.notify.compliance-strictprofileStrict notification posture for regulated channels: audit, suppression, and consent enforcement.
prof.notify.standardprofileStandard notification posture with deliverability logging and suppression checks.
prof.ops.approval-strictprofileStrict change control posture: mandatory human approval, two-person rule, full audit trail.
prof.ops.incident-modeprofileIncident response posture: flight recorder, kill switches, runbook execution, break-glass controls.
prof.os.incident-modeprofileIncident mode workforce OS posture: kill switches active, forensic logging, restricted routing.
prof.os.production-control-planeprofileProduction workforce OS posture: registry, routing, policy gates, cost enforcement, provenance.
prof.pol.default-deny-strictprofileStrict policy posture: default-deny everything, versioned policies, full audit trail.
prof.prov.prod-strictprofileStrict production provenance posture: mandatory signing, attestation, and full provenance chain.
prof.sandbox.allowlisted-egressprofileSandbox posture allowing egress only to explicitly allowlisted destinations.
prof.sandbox.no-egressprofileNo-egress sandbox posture: all outbound network disabled, workspace-only writes.
prof.sandbox.vm-strictprofileVM-isolated strict sandbox posture: full VM isolation, no privileged access.
prof.sched.critical-protectedprofileProtected scheduling posture for critical workloads: reserved capacity, preemption rights, SLO al…
prof.sec.artifact-strictprofileStrict artifact security posture: mandatory signature verification and full audit trail before ex…
prof.sec.ci-gatedprofileCI pipeline security posture: SAST, dependency scan, and SBOM on every build.
prof.ui.review-strictprofileStrict review queue posture: mandatory human review for all high-stakes decisions, SLA tracking.
prof.wf.durable-sagaprofileDurable saga posture: checkpoints, compensations, exactly-once semantics, distributed tracing.
wrk.chaos.injectorworker_speciesApply controlled fault injection per experiment plans and guardrails.high
wrk.chaos.observerworker_speciesCollect metrics during experiments; generate reports vs SLO criteria.medium
wrk.cost.budget-enforcerworker_speciesPolicy gate worker that intercepts dispatches and denies jobs when cost budgets would be exceeded.medium
wrk.cost.usage-aggregatorworker_speciesCollects token/compute usage events from workers and aggregates into the billing data store.low
wrk.db.migration.workerworker_speciesSchema migrations/backfills with canary, throttling, and checkpoints.critical
wrk.db.reconcilerworker_speciesCompare source-of-truth vs derived projections; repair drift with audit.medium
wrk.deploy.canary-controllerworker_speciesManages canary deployments — traffic splitting, health evaluation, auto-promote or auto-rollback.high
wrk.deploy.rollback-guardworker_speciesMonitors error rates and latency for new worker versions and triggers automatic rollback on thres…high
wrk.dlq.janitorworker_speciesPeriodic worker that inspects, classifies, and routes DLQ messages — retry, escalate, or purge.medium
wrk.doc.ocr.workerworker_speciesRun OCR and return text and layout with confidence metrics.medium
wrk.doc.pipeline.orchestratorworker_speciesOrchestrate multi-step document pipeline with resumability and audit.high
wrk.doc.redaction.workerworker_speciesApply redactions using templates/rules; emit redaction report.high
wrk.doc.signing.workerworker_speciesApply digital signatures using isolated keys; verify signatures.critical
wrk.edge.local-inference.workerworker_speciesRun local inference under constrained compute with strict sandboxing.medium
wrk.edge.sync.agentworker_speciesSync local events/artifacts to cloud with conflict resolution and bandwidth budgets.medium
wrk.edge.update.managerworker_speciesApply signed updates in rings; verify integrity; rollback on failures.critical
wrk.fed.gatewayworker_speciesFront-door for partner integrations; validate identity; issue scoped tokens.high
wrk.fed.guest-pool.workerworker_speciesExecute partner workloads in isolated pools with default-deny capabilities.high
wrk.idempotency.dedup-sweeperworker_speciesPeriodic worker that removes expired idempotency keys from the store to control storage growth.low
wrk.idempotency.guardworker_speciesMiddleware worker that intercepts job submissions, checks/registers idempotency keys, and short-c…low
wrk.int.api-adapterworker_speciesCall external APIs with backoff, circuit breakers, rate limits, and idempotency.medium
wrk.int.webhook-ingestworker_speciesIngest external webhooks; verify signatures; validate contracts; enqueue.medium
wrk.mem.curatorworker_speciesDecide what gets stored; apply redaction, TTL, provenance; prevent poisoning.high
wrk.mem.retrieverworker_speciesRetrieve memory/document chunks under scope filters and token budgets.low
wrk.mem.summarizerworker_speciesSummarize long context to bounded tokens preserving provenance.low
wrk.model.drift.monitorworker_speciesMonitor production for drift in quality/safety/cost; trigger alerts.medium
wrk.model.eval.runnerworker_speciesRun eval suites against model/prompt/tool versions; publish scores.medium
wrk.model.prompt-qa.gateworker_speciesGate prompt/tool changes via safety evals, approvals, and canary rollout.high
wrk.notify.delivery.workerworker_speciesSend email/SMS/push with deliverability controls and idempotency.medium
wrk.notify.webhook.ingestworker_speciesIngest provider webhooks (bounces/complaints), update suppression.medium
wrk.ops.approval.coordinatorworker_speciesRoute approval requests; enforce two-person rule; track decisions.high
wrk.ops.oncall.supervisorworker_speciesCoordinate incident response; enforce kill switches and runbooks.critical
wrk.os.incident-commanderworker_speciesCoordinate incident mode: kill switches, quarantine, runbooks, evidence bundles.critical
wrk.os.registry-managerworker_speciesMaintain worker registry; enroll/retire; validate controls and provenance.high
wrk.os.workforce-routerworker_speciesRoute, compose, and govern across all workers; enforce policies, budgets, QoS, and provenance.critical
wrk.pol.policy-gateworker_speciesEvaluate actions against policy; emit allow/deny decisions and audit trail.high
wrk.prov.provenance-assemblerworker_speciesAssemble provenance chain (source, build, scan, SBOM, signatures).high
wrk.prov.signerworker_speciesSign build artifacts; emit signature and provenance metadata.critical
wrk.prov.verifierworker_speciesVerify signatures and attestations; enforce fail-closed semantics.high
wrk.repair.state-reconcilerworker_speciesScans entity state periodically, detects drift from authoritative source, and triggers repair.medium
wrk.sched.dispatcherworker_speciesSelect from priority queues, enforce fairness/QoS, dispatch to pools.medium
wrk.sec.artifact.verifierworker_speciesVerify artifact digests/signatures before execution.high
wrk.sec.deps.scannerworker_speciesScan dependencies for CVEs and risky licenses; generate SBOM.medium
wrk.sec.sast.scannerworker_speciesRun static code scans; normalize findings; gate build.medium
wrk.ui.feedback-collectorworker_speciesCollect structured human feedback tied to outcomes.low
wrk.ui.review-routerworker_speciesRoute tasks to review queues with explainability bundles and SLAs.medium
wrk.wf.orchestratorworker_speciesExecute durable workflows: schedule steps, checkpoint, retry, compensate.high
wrk.wf.step.executorworker_speciesExecute a single workflow step under idempotency keys.medium