
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/coxy-proxy/coxy/refs/heads/main/assets/header-light.png"> <img alt="Coxy logo" src="https://raw.githubusercontent.com/coxy-proxy/
GitHub Copilot as OpenAI-compatible APIs
https://api.githubcopilot.com
/chat/completions, /modelsdocker run -p 3000:3000 ghcr.io/coxy-proxy/coxy:latest
pnpx(recommended) or npx
pnpx coxy
http://localhost:3000 to generate the token by following the instructions.
http://localhost:3000/api
curl --request POST --url http://localhost:3000/api/chat/completions --header 'content-type: application/json' \
--data '{
"model": "gpt-4",
"messages": [{"role": "user", "content": "Hi"}]
}'
authorization: Bearer <token> and it will override the default token.PORT for setting different port other than 3000.PORT: Port number to listen on (default: 3000)LOG_LEVEL: Log level of pino (default: info)DATABASE_URL: Database URL for Prisma (currently only supports sqlite). Should start with file:. (default: file:../coxy.db)
_ to make coxy use the default token.
_ to make coxy use the default token.--provision to force initialize the database schema via Prisma.--provision first time to initialize the database schema via Prisma, e.g.
docker run -p 3000:3000 -v /path/to/sqlite.db:/app/coxy.db -v /path/to/.env:/app/.env ghcr.io/coxy-proxy/coxy:latest --provision
https://github.com/settings/copilot/features.Fail to load API keys when opening API Keys page.
localhost:3000 but can access via 127.0.0.1:3000.
127.0.0.1:3000 instead or setting another host name, like 127.0.0.1 coxy, in your /etc/hosts file.Licensed under the MIT License.
FAQs
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/coxy-proxy/coxy/refs/heads/main/assets/header-light.png"> <img alt="Coxy logo" src="https://raw.githubusercontent.com/coxy-proxy/
We found that coxy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.