
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.
@eggplantio/eai-model
Advanced tools
Library to create and manipulate Eggplant AI models.
To create a blank model and add a bunch of state/actions to it:
import { createAction } from 'eai-model/action'
import { createState, STATE_TYPES } from 'eai-model/state'
import { createModel, addState, addAction, connect } from 'eai-model/model'
let m = createModel('foo')
const s = createState('Login', STATE_TYPES.normal)
m = addState(m, s)
const a1 = createAction('Enter username', s.id)
m = addAction(m, a1)
const a2 = createAction('Enter password', s.id)
m = addAction(m, a2)
const a3 = createAction('Submit', s.id)
m = addAction(m, a3)
const s2 = createState('Search')
m = addState(s2)
m = connect(m, a3.id, s2.id)
FAQs
Library to create and modify Eggplant AI models
The npm package @eggplantio/eai-model receives a total of 384 weekly downloads. As such, @eggplantio/eai-model popularity was classified as not popular.
We found that @eggplantio/eai-model demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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.