Commit Graph

10 Commits

Author SHA1 Message Date
ci
948ff3bdc6 ci: bump image to 9758c5588d 2026-06-08 12:26:49 +00:00
ci
d039ee225b ci: bump image to a266ffe242 2026-06-06 23:42:48 +00:00
ci
07fdfb0376 ci: bump image to bccad36fc6 2026-06-06 23:35:39 +00:00
ci
0b7b8dac65 ci: bump image to dd489cb083 2026-06-06 15:23:00 +00:00
ci
f436d90647 ci: bump image to 42a7665ab1 2026-06-04 22:06:17 +00:00
ci
b5734f18ee ci: bump image to c05a363a2e 2026-06-04 21:50:34 +00:00
ci
3683efbff7 ci: bump image to a3f61fc332 2026-06-04 01:26:41 +00:00
robert
7b75d4b844 Expose reviewer agent ingress 2026-06-02 17:07:02 -03:00
robert
6c5fad682f Pin reviewer deployment image and signing keys 2026-06-02 16:56:48 -03:00
robert
64a601a85a feat: initial agent-reviewer meta-agent
A2A agent that audits another deployed agent's source pre-deploy.
Reads the target Gitea repo via a short-lived read-only token minted
through ctx.mint_gitea_token(), runs an inner DeepAgents graph backed
by GiteaBackend, and emits a typed ReviewReport.

Skill bundles:
- security-anti-patterns (credentials, eval, sandbox bypass, egress)
- a2apack-best-practices (class shape, decorators, types, timeouts)
- grant-scope-evaluation (declared vs actual workspace scope)

Tools:
- sandbox_a2a_card  : round-trips the project through microsandbox
- sandbox_ruff_check: objective static checks
- submit_review_report: typed final report

7 smoke tests pass; agent card loads cleanly via `a2a card`.
2026-05-28 09:59:40 -03:00