Skip to content

security: disable remote script execution and harden runtime - #1

Merged
any1tan merged 1 commit into
masterfrom
codex/security-audit-20260711
Jul 11, 2026
Merged

security: disable remote script execution and harden runtime#1
any1tan merged 1 commit into
masterfrom
codex/security-audit-20260711

Conversation

@any1tan

@any1tan any1tan commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Summary

  • make execution of upstream JavaScript fail closed by default and require an explicit isolated-environment opt-in
  • update the Node lockfile to clear dependency alerts
  • run the container as a non-root user and exclude secrets/build artifacts
  • add pinned security CI for dependency audit, Python validation, and container checks

Verification

  • complete npm audit: 0
  • Python compile/import checks: passed
  • Docker image build: passed
  • container runtime UID: non-root
  • remote JavaScript execution flag: disabled by default

No production deployment is included.

@any1tan
any1tan marked this pull request as ready for review July 11, 2026 07:27
@any1tan
any1tan merged commit c7dd547 into master Jul 11, 2026
1 check passed
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.

1 participant