
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.
@candlefinance/send
Advanced tools
Uses URLSession on iOS and OkHttp on Android to provide a fast, low-level networking layer for React Native.
To install send with npm:
npm install @candlefinance/send
To install send with yarn:
yarn add @candlefinance/send
import { send } from '@candlefinance/send'
const response = await send({
baseURL: 'https://itunes.apple.com',
method: 'GET',
path: '/lookup',
queryParameters: {
bundleId: 'com.trycandle.candle',
country: 'US',
},
body: null,
utf8ContentTypes: ['text/javascript'],
headerParameters: {
'Cache-Control': 'no-cache',
'Content-Type': 'application/json',
'Accept': 'application/json',
},
})
See the contributing guide to learn how to contribute to the repository and the development workflow.
FAQs
A fast, low-level networking library
We found that @candlefinance/send demonstrated a not healthy version release cadence and project activity because the last version was released 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
/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.