Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
CLI Companion is a command line tool that you can use to ask questions and get responses back from a virtual companion. You can also review previous questions and responses.
First you need get an api key for chat-gpt.
Then you create an environment variable named $CHATKEY
bash
export CHATKEY=<your-key>
fish
set CHATKEY=<your-key>
Using pip
pip install chat-companion
Using Poetry
poetry add chat-companion
run
companion --help
To see the list of commands.
custom commands
===============
generate_response proof_read review talk
help resummarize summarize translate
To ask a question, use the talk
subcommand. For example:
companion talk "What is your name?"
To review previous questions and responses, use the review
subcommand. This will bring up a list of previous questions. You can then select a question to view the response.
FAQs
A chat gpt command line client with extra features"
We found that chat-companion 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.