
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
github.com/tmc/misc/auto-fix-go
auto-fix-go is a tool that automatically fixes Go code by running tests, submitting failures and source code to a language model, and making source edits in a loop to drive a program to completion.
Ensure you have Go 1.22 or later installed on your system.
Install the tool using go install
:
go install github.com/tmc/misc/auto-fix-go@latest
This will download, compile, and install the auto-fix-go
binary in your $GOPATH/bin
directory.
Make sure your $GOPATH/bin
is in your system's PATH.
Run auto-fix-go by providing the directory containing the Go project you want to fix:
auto-fix-go /path/to/your/go/project
The tool will:
ANTHROPIC_API_KEY
environment variableIf you want to contribute to the project or run it from source:
git clone https://github.com/tmc/misc/auto-fix-go.git
cd auto-fix-go
go build
This project is licensed under the MIT License. See the LICENSE file for details
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.