
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.
byulhook is a tool for managing Git hooks.
You can install byulhook using your preferred package manager:
npm install byulhook
yarn add byulhook
pnpm add byulhook
bun add byulhook
If the byulhook.yml
file hasn’t been created, run:
node node_modules/byul-alias/dist/bin/setup.mjs
Or, you can manually create the byulhook.yml
file and add this code:
# hook name:
# This is the name of the Git hook, such as 'pre-commit', 'commit-msg', etc.
# commands:
# command name:
# A user-defined name for the command. This can be any descriptive name you choose.
# run: 'command to run'
# The shell command or script that will be executed when the hook is triggered.
#
# Example:
#
# pre-commit:
# commands:
# lint:
# run: 'npm run lint'
Customize your Git hooks by editing the byulhook.yml
file. Here’s an example configuration:
pre-commit:
commands:
Lint:
run: "npm run lint"
Prettier:
run: "npm run prettier -- --write '**/*.{js,jsx,ts,tsx,css,md}'"
This setup will automatically run linting and formatting to ensure code consistency across your project.
Once your hooks are configured, install and apply them effortlessly with:
npx byulhook install
npx byulhook add
ByulHook automatically finds the right directory for your hooks and applies them with no extra effort.
We welcome contributions to byulhook! Whether it's reporting a bug, suggesting an enhancement, or submitting a pull request, your input is valued.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions, suggestions, or feedback, please contact love1ace.
FAQs
Tool for managing Git hooks
We found that byulhook demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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.