fix: track plugin-host source and add 35 sandbox security tests
Fix .gitignore 'plugins/' rule that was accidentally ignoring source files in v2/src/lib/plugins/. Narrow to /plugins/ and /v2/plugins/ (runtime plugin directories only). Track plugin-host.ts (was written but never committed) and add comprehensive test suite covering all 13 shadowed globals, this-binding, permission gating, API freeze, and lifecycle management.
This commit is contained in:
parent
9af3cdc637
commit
5e949696d5
3 changed files with 588 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,7 +4,8 @@ __pycache__/
|
|||
/CLAUDE.md
|
||||
v2/target/
|
||||
debug/
|
||||
plugins/
|
||||
/plugins/
|
||||
/v2/plugins/
|
||||
projects/
|
||||
.playwright-mcp/
|
||||
.audit/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue