
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.
@inferable/cli
Advanced tools
npm install -g @inferable/cli
To authenticate the CLI, run inferable auth login
.
This will open a browser and prompt you to login to the management console.
The inferable clusters
command contains subcommands for the management of clusters.
These include:
inferable clusters create
Create a new clusterinferable clusters list
List clusters [aliases: ls]inferable clusters open
Open a cluster in the consoleinferable clusters info
Display information about a clusterinferable repl
will spawn an interactive NodeJS shell.
This shell is authenticated with your cluster and can be used to issue calls against it's functions.
The Inferable CLI stores context in your project's directory. Context allows you to persist options which can be omitted from future use of the CLI.
Context values are set with inferable context set
.
The following command will set a cluster
value in the context:
inferable context set --cluster=my-favourite-cluster
Future calls can now omit the --cluster
option.
The context value can be unset by providing an empty option value.
inferable context set --cluster
The CLI can maintain multiple named contexts for your project. This can be useful when working across multiple clusters, for example different environments.
To use a named context, provide the --context
option with your command:
inferable --context=staging repl
All commands can be run with tsx:
tsx src/index.ts <cmd>
tsx src/index.ts auth login
FAQs
CLI for inferable.ai
The npm package @inferable/cli receives a total of 62 weekly downloads. As such, @inferable/cli popularity was classified as not popular.
We found that @inferable/cli demonstrated a healthy version release cadence and project activity because the last version was released less than 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.