Toolchain

Bring the work queue. Boetica brings back PRs.

Connect repo, CI, ticket, scanner, notification, webhook, and MCP context; Boetica routes build and remediation work through one governed change path.

Toolchain map

Connectors show health, scope, and proof.

platform capability

Repo, CI, ticket, scanner, notification, webhook, and MCP connections all report account scope, last successful delivery, protected-secret state, and readiness blockers.

SourceGitHub, GitLab, and Bitbucket repos
ChecksCI and deployment status
FindingsSnyk, Semgrep, Wiz, Vanta, SARIF
AutomationSlack, email, webhooks, MCP
connector.health() -> active / reconnect / blockedsecret.approval() -> protected before usedelivery.proof() -> signed event evidence
scope visiblesecret approvallast proof
Signed remediation PRboetica/auth-service #42 / hash 91f4e2a0

Source control

Repo install, branch creation, pull requests, and checks stay connected across GitHub, GitLab, and Bitbucket workflows.

SARIF inputs

Snyk, Semgrep, Wiz, Vanta, and GRC findings can feed the remediation queue.

Connector health

Every connector reports scope, account, reconnect state, protected-secret approval, last successful proof, and blockers.

Source

Source control and CI become part of the artifact.

Boetica reads repository, branch, pull request, check, and deployment state so every run can prove what changed and whether verification passed.

  • GitHub
  • GitLab
  • Bitbucket
  • CI and deployment checks

CI

Checks are part of the artifact.

Boetica reads check runs and posts PR context so reviewers see whether the autonomous work actually passed.

  • GitHub Actions
  • Buildkite
  • CircleCI
  • Vercel

Signed remediation PR

boetica/auth-rate-limit-pr

ready for review
4 files 12 tests 7m 42s CI
@@ apps/web/src/app/api/login/route.ts- await password.verify(body.password)+ await limiter.consume(requestIp)+ await password.verify(body.password)+ await audit.append(evidencePacket)
evidence packetKMS + Sigstore (cosign)
packet hash
91f4e2a0
prev hash
5e1c8a44
trust boundary
sandbox attested · egress denied
merge policy
platform-eng / human merge
SOC 2 CC6.6signedNIST AC-6signed

Findings

Security tools find. Boetica fixes.

Scanner and GRC outputs become scoped task candidates, not another dashboard for triage.

  • Snyk
  • Semgrep
  • Wiz
  • Vanta
  • Custom SARIF

Automation

Notifications and webhooks carry signed delivery proof.

Slack, email, outbound webhooks, and MCP integrations preserve scope, protected-secret approval, retries, delivery evidence, and current readiness blockers.

  • Slack and email
  • Signed webhooks
  • MCP connector
  • Delivery evidence