Skip to content

feat: Add Escape-Attempt Threat Catalog and Security Docs - #13

Open
ThomasHartDev wants to merge 1 commit into
mainfrom
thomas/feat/threat-tests
Open

feat: Add Escape-Attempt Threat Catalog and Security Docs#13
ThomasHartDev wants to merge 1 commit into
mainfrom
thomas/feat/threat-tests

Conversation

@ThomasHartDev

Copy link
Copy Markdown
Owner

Pins the real threat model for the sandbox and worker tiers. src/threats.ts is a catalog of infinite-loop, fork-bomb, filesystem-exfil, and env-exfil payloads with the outcome each tier must produce, and test/threats.test.ts runs every entry on both executors. Residual constructor-walk risks (host env on sandbox, realm fs/spawn on worker) are tested as known gaps rather than claimed fixed, and docs/security.md writes the trust boundaries down.

Closes #12.

Pin infinite loop, fork bomb, fs, and env exfil containment on both
executor tiers, plus residual constructor-walk risks for honesty.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document and regression-test escape attempts (loop, fork, fs/env exfil)

1 participant