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.
Repo, CI, ticket, scanner, notification, webhook, and MCP connections all report account scope, last successful delivery, protected-secret state, and readiness blockers.
connector.health() -> active / reconnect / blockedsecret.approval() -> protected before usedelivery.proof() -> signed event evidenceSource 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
@@ 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)
- packet hash
- 91f4e2a0
- prev hash
- 5e1c8a44
- trust boundary
- sandbox attested · egress denied
- merge policy
- platform-eng / human merge
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
