OpenCode user reports suspicious command execution

A Reddit user in r/opencode said they experienced a prompt injection attack in OpenCode. They said they found five auto-created sessions with no normal typed input recorded. The recorded command used wget to download a script from an outside address, change its permissions, and run it.

Key points

  • The user said five sessions were created automatically in OpenCode.
  • They said the sessions had no normal session_input record.
  • The command used wget to download and run an outside script.
  • The user said they found no nearby webfetch or websearch records for those sessions.
  • Mac mini server users should check command logs when running AI coding tools.

Quick term guide

prompt injection attack
An attack where hidden or hostile instructions trick an AI tool into doing something unintended.
prompt injection
A trick where hidden instructions in text make an AI do something the user did not ask for.
sessions
Separate work threads or task runs inside a tool.
permissions
Settings that define what files or actions a system or user is allowed to access.
AI coding tool
Software that uses AI to help write, edit, or explain code.
commands
Instructions given to a computer or tool to do a specific task.
Mac mini server
A Mac mini used as an always-on computer for files, apps, backups, or automation.
AI coding tools
Programs like Claude, Cursor, or ChatGPT that write code for you when you describe what you want in plain language.
Read original