Security Policy

June 12, 2026 ยท View on GitHub

Reporting a Vulnerability

If you discover a security vulnerability in Bashkit, please report it responsibly.

Do not open a public GitHub issue for security vulnerabilities.

Instead, please email security issues to: security@everruns.com

Include:

  • Description of the vulnerability
  • Steps to reproduce
  • Potential impact
  • Any suggested fixes (optional)

Response Timeline

  • Acknowledgment: Within 48 hours
  • Initial assessment: Within 7 days
  • Resolution target: Within 30 days for critical issues

Scope

This security policy applies to:

  • The bashkit crate
  • The bashkit-cli crate
  • Official examples and documentation

Security Model

Bashkit is designed as a virtual interpreter. Key security boundaries:

BoundaryProtection
FilesystemVirtual filesystem by default, no real FS access
NetworkAllowlist-based HTTP access control
ResourcesConfigurable limits on commands, loops, recursion
CommandsNo shell escape, no external process execution

Known Limitations

See specs/limitations.md for documented gaps and limitations.

Supported Versions

VersionSupported
0.1.xYes

Acknowledgments

We appreciate responsible disclosure and will acknowledge security researchers who report valid vulnerabilities (with permission).