
Research
Security News
Malicious npm Packages Use Telegram to Exfiltrate BullX Credentials
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
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
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.
Security News
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.