Suite: remediación de seguridad + empaquetado multi-editor#1
Merged
Conversation
… reverts Aplica SOLO el aporte de la consolidación sobre la base actual del repo: Seguridad (verificada 3 rondas red team): - src/human-approval.ts (nuevo): token humano fuera de banda. - api.ts/cli.ts/gates.ts/mcp.ts/policy.ts: aprobaciones (approve_change, session:approval:grant, gate:approve) exigen token humano en MCP/API/CLI. Fin del auto-aprobado agencial. - hooks.ts: fail-closed, sin sugerir --no-verify. - Tests: 118/118. Superficies: .claude-plugin (plugin Claude Code), .claude/skills, .codex, opencode.json, extension/ (VS Code, pestaña dentro del editor), INSTALL. No toca release.yml/package.json/README/CI upstream. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
PRojas01
force-pushed
the
suite-security-and-surfaces
branch
from
July 19, 2026 22:27
22300f9 to
c9f1b1d
Compare
PRojas01
added a commit
that referenced
this pull request
Jul 20, 2026
…p v2.1.1 PR #1 (security + multi-editor surfaces) shipped incomplete: src/session-approval.ts was missing entirely (broke the build), and injector.ts was left on a stale version incompatible with cli.ts (writeInjectionFiles returned string[] instead of WriteResult[], losing custom-content preservation). Both fixed from the consolidation source. Bump to 2.1.1, CHANGELOG documents the human-approval security fix, README updated (extension section, control count). 118/118 tests passing, clean build. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Integra la consolidación de la suite. Seguridad: cierra el bypass de auto-aprobación (MCP/API/CLI exigen token humano), hooks fail-closed. 120/120 tests. Superficies: plugin Claude Code, skill, .codex, opencode.json, extensión VS Code (pestaña), CI de release. Revisado en 3 rondas red team + verificado directamente. Ver los archivos modificados de src/ para los fixes de seguridad.