
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.
@automatedtf/lime-painted-scout
Advanced tools
A module for generating 3-word-long phrases suitable for generating a unique identifier randomly or by hashing an input. These words are derived from the game Team Fortress 2, with the module heavily inspired by [`angry-purple-tiger`](https://github.com/h
A module for generating 3-word-long phrases suitable for generating a unique identifier randomly or by hashing an input. These words are derived from the game Team Fortress 2, with the module being heavily inspired by angry-purple-tiger.
You can install this module by running the command
npm install @automatedtf/lime-painted-scout
This module exports the function tf2Hash: (input?: string) => string
.
import tf2Hash from "@automatedtf/lime-painted-scout";
...
const hash = tf2Hash("sometext"); // Hash of "sometext"
...
const randomHash = tf2Hash(); // A randomly generated hash
...
All phrases are composed of the form firstAdjective-secondAdjective-noun
.
A firstAdjective
is a word from any of the following categories:
lime
, muskelmannbraun
)unique
, genuine
)🔗 All possible 'first-adjectives'
A secondAdjective
is a word from any of the following categories:
painted
, spelled
)australium
, festive
)🔗 All possible 'second-adjectives'
A noun
is a word from any of the following categories:
spy
, heavy
)wrench
, kunai
)badlands
, foundry
)These are examples of strings that can be generated from the hashing function tf2Hash
.
lime-painted-scout
vintage-gifted-ravine
genuine-spelled-cauldron
selfmade-killstreaked-spy
FAQs
A module for generating 3-word-long phrases suitable for generating a unique identifier randomly or by hashing an input. These words are derived from the game Team Fortress 2, with the module heavily inspired by [`angry-purple-tiger`](https://github.com/h
We found that @automatedtf/lime-painted-scout demonstrated a not healthy version release cadence and project activity because the last version was released 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.