
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Simple CLI for proofreading text files via LLM.
Install the package as a global CLI program via npm i -g pedantify
Create a .env
file in the working directory and configure it. You may copy the template below.
OPENAI_BASE_URL=https://openrouter.ai/api/v1
OPENAI_MODEL=openai/gpt-4o-mini
OPENAI_API_KEY=YOUR_KEY_HERE
Alternatively, you may pass these values as env variables when running a command.
Done. Now, you can proofread text files via pedantify -w ./README.md
Run pedantify -h
for more info:
Usage: pedantify [options] <file>
Fix typos, grammar and style errors in target text file
Example:
# Proofread a file and write result back to file
pedantify -w ./README.md
# Proofread a file and print in console a fixed text
pedantify ./README.md
Arguments:
file Text file path
Options:
-w, --write Write output to file. If not enabled, content will only be printed in stdout (default: false)
-h, --help display help for command
Code is under the MIT license.
Contributions are welcome.
FAQs
LLM proofreader
We found that pedantify 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.