A GitHub issue filed against Gas Town, Steve Yegge's AI agent orchestration framework, claims the software quietly uses your Claude credits and GitHub credentials to fix its own bugs. The issue, opened by user LightOfSeven, points to two configuration files that ship with Gas Town: gastown-release.formula.toml and beads-release.formula.toml. These files contain a "contribute back to upstream" workflow that runs by default. Your local Gas Town installation reviews open issues on the maintainer's repository, burns through your paid LLM credits working on fixes, then submits pull requests using your GitHub account. The README and documentation don't mention any of this.
That's by design. The mayor.md template file is hardcoded to Yegge's repository URLs, and with what the issue author calls "LLM overreach," agents start resolving bugs in Gas Town's own codebase. Users who installed Gas Town expecting it to work on their projects found their credits funding someone else's open source development instead. As the issue puts it: "I doubt many of the people bleeding credits of their own hobby funds would be happy to find that it's going to this function without express consent beyond an install."
The legal implications are messy. Anthropic's acceptable use policy prohibits automated submissions to third-party platforms without authorization. GitHub's terms require permission before automating interactions with repositories. A default-enabled feature that spends your money and uses your credentials to improve someone else's project could violate both. Hacker News commenters drew parallels to the NFT era, calling Gas Town a "vibe coded mess." Others noted that Yegge's original announcement included warnings like "WARNING DANGER CAUTION" and "YOU WILL DIE," suggesting the aggressive behavior fits the project's deliberately provocative branding.
Yegge hasn't responded to the issue yet. The broader question for anyone building AI agent tools is simple: should software that autonomously spends your credits and submits code on your behalf require explicit opt-in? The answer should be obvious. Gas Town's maintainers should move upstream contribution to an opt-in feature immediately. Until they do, anyone installing Gas Town should check their Claude usage logs and GitHub contribution history.