
Research
/Security News
5 Malicious Rust Crates Posed as Time Utilities to Exfiltrate .env Files
Published late February to early March 2026, these crates impersonate timeapi.io and POST .env secrets to a threat actor-controlled lookalike domain.
@studio/gateway
Advanced tools
A custom Swagger interpreter with AWS Lambda integration, for local API Gateway testing.
Assuming a swagger.json file in the current directory:
const gateway = require('@studio/gateway');
const lambda = require('@studio/lambda');
const lambda_ctrl = lambda.create();
const gateway_server = gateway.create(lambda_ctrl)
gateway_server.on('lambda', lambda_ctrl.invoke);
gateway_server.listen(1337);
gateway_server = gateway.create([options]): Returns a new gateway server
for the given options.
swagger_file: The swagger file to read. Defaults to swagger.json.gateway_server.listen(port[, callback]): Bind the server to the given port.lambda(name, event, context, callback): When a lambda integration should be
invoked. See @studio/lambda for a custom Lambda execution environment.FAQs
JavaScript Studio Gateway
The npm package @studio/gateway receives a total of 29 weekly downloads. As such, @studio/gateway popularity was classified as not popular.
We found that @studio/gateway 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
/Security News
Published late February to early March 2026, these crates impersonate timeapi.io and POST .env secrets to a threat actor-controlled lookalike domain.

Security News
A recent burst of security disclosures in the OpenClaw project is drawing attention to how vulnerability information flows across advisory and CVE systems.

Research
/Security News
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.