
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
tessellate-request
Advanced tools
Auth support can be enabled by supplying AUTH_CONFIGURATION
variable
to tessellate-fragment.
upon startup.
AUTH_CONFIGURATION
variable is an absolute path to an auth configuration file.
Currently only file://
protocol is supported.
The configuration file must be of the following format:
[
{
id: string,
type: string,
credentials_directory: string,
access_token_uri: string,
scopes: string
}
]
id: Auth configuration id. This must match with the id in sources configuration.
sources:
properties:
auth:
id: <id>
type: Currently OAUTH2_JSON_FILE_BACKED_USER_CREDENTIALS_PROVIDER
is supported.
credentials_directory: Absolute path to the credentials directory
access_token_uri: Where to get access tokens
scopes: OAuth scopes, space-separated. For example scope1 scope2
FAQs
Tessellate request library.
The npm package tessellate-request receives a total of 0 weekly downloads. As such, tessellate-request popularity was classified as not popular.
We found that tessellate-request demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.