
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.
@openfin/fdc3-api
Advanced tools
OpenFin FDC3 Client Library.
This package takes a reference to fin and uses the interop client found on fin.me.interop to instantiate an object matching the fdc3 spec.
import { fdc3FromFin } from '@openfin/fdc3-api';
const fdc3 = await fdc3FromFin(window.fin);
window.fdc3 = fdc3;
To specify a version of fdc3 you may pass the fdc3Version option. Supported options are '1.2' and '2.0'. Default is '2.0'.
import { fdc3FromFin } from '@openfin/fdc3-api';
const fdc3 = await fdc3FromFin(window.fin, { fdc3Version: '1.2'});
window.fdc3 = fdc3;
FAQs
OpenFin fdc3 module utilities and types.
The npm package @openfin/fdc3-api receives a total of 2,760 weekly downloads. As such, @openfin/fdc3-api popularity was classified as popular.
We found that @openfin/fdc3-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 58 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.