No description
- Go 95.1%
- Shell 4.9%
| .githooks | ||
| envpanic | ||
| .gitignore | ||
| go.mod | ||
| lICENSE | ||
| README.md | ||
envpanic
aka unclaudecode
a go library designed to kill the program if it senses its running under Claude Code.
or any another vibecoding tool
installation
go get go.notyandex.cloud/unclaudecode/envpanic
usage
automatic check on import
package main
import (
_ "go.notyandex.cloud/unclaudecode/envpanic"
)
func main() {
// if CLAUDECODE or CLAUDE_CODE_ENTRYPOINT is set, program already panicked :3
}
manual check
package main
import (
"go.notyandex.cloud/unclaudecode/envpanic"
)
func main() {
envpanic.Check() // panics if forbidden env vars are present
}
examples
import _ "go.notyandex.cloud/unclaudecode/envpanic"
troublesh00ting
if it
panic: kys
it works