
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.
shomix-compute-test
Advanced tools
Typescript library for deploying compute instances to Decentralised Compute via Spheron
This package provides support for working with Spheron Compute organization.
The package exports SpheronComputeClient
class, which includes methods for working with clusters, marketplace apps, cluster instances and their configurations. The constructor of SpheronComputeClient
takes in one parameter token
. Check the Access Token section for information on how to create a token.
import SpheronComputeClient from "@spheron/compute";
...
const computeClient = new SpheronComputeClient({ token });
await computeClient.instance.create(
configuration: {
image: dockerImage,
tag: dockerImageTag,
instanceCount: numberOfInstances,
ports: [{ containerPort: containerPort, exposedPort: exposedPort }],
env: [{ key:"key", value: "value", isSecret: isSecret }],
commands: [],
args: [],
region: deployReegion,
machineImageName: machineType,
},
topicId: eventStreamSession,
clusterName: clusterName,
healthCheckUrl: healthCheckPath,
healthCheckPort: healthChekcPort,
}
);
For more information about the Compute methods, check out the DOCS
To create the token
that is used with the SpheronComputeClient
, follow the instructions in the DOCS. When you are creating the tokens, please choose compute type in the dashboard.
You can learn more about Spheron and Compute SDK here:
FAQs
Typescript library for deploying compute instances to Decentralised Compute via Spheron
The npm package shomix-compute-test receives a total of 0 weekly downloads. As such, shomix-compute-test popularity was classified as not popular.
We found that shomix-compute-test 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.