Skip to content

Security: gastownhall/gascity

SECURITY.md

Security Policy

Reporting a Vulnerability

If you discover a security vulnerability in Gas City, please report it responsibly:

  1. Do not open a public issue for security vulnerabilities
  2. Email the maintainers directly with details
  3. Include steps to reproduce the vulnerability
  4. Allow reasonable time for a fix before public disclosure

Scope

Gas City is experimental software focused on multi-agent coordination. Security considerations include:

  • Agent isolation: Agents run in separate tmux sessions but share filesystem access
  • Git operations: Agents can push to configured remotes
  • Shell execution: Agents execute shell commands as the running user
  • Beads data: Work tracking data is stored in .gc/ directories

Best Practices

When using Gas City:

  • Run in isolated environments for untrusted code
  • Review agent output before pushing to production branches
  • Use appropriate git remote permissions
  • Monitor agent activity via gc session attach and logs

Supported Versions

Version Supported
0.1.x

Updates

Security updates will be released as patch versions when applicable.

There aren’t any published security advisories