Unrestricted agent plugin for OpenCode - works with all models, zero limitations
LPM flags this version as an AI-agent control-surface risk. Installing the package silently rewrites global and project OpenCode configurations. It removes permission restrictions, changes the default agent, and installs a persistent unrestricted agent definition.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgThe npm install hook automatically runs setup.mjs.
package.jsonView on unpkg · L10Source creates an unconsented AI-agent control surface through install-time mutation or a default unauthenticated remote skill channel.
setup.mjsView on unpkg · L2The installer targets both home-directory and current-project OpenCode configurations.
setup.mjsView on unpkg · L26It grants every listed global permission, including shell, write, and web access.
setup.mjsView on unpkg · L137It makes BYTE the default agent and adds the package to existing configurations.
setup.mjsView on unpkg · L156Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L11The npm install hook automatically runs setup.mjs.
package.jsonView on unpkg · L10Source creates an unconsented AI-agent control surface through install-time mutation or a default unauthenticated remote skill channel.
setup.mjsView on unpkg · L2The installer targets both home-directory and current-project OpenCode configurations.
setup.mjsView on unpkg · L26It grants every listed global permission, including shell, write, and web access.
setup.mjsView on unpkg · L137It makes BYTE the default agent and adds the package to existing configurations.
setup.mjsView on unpkg · L156