
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.
@canonical/design-tokens
Advanced tools
Canonical design tokens (DTCG format) with CSS custom property output.
Design tokens for the Canonical design system. Token definitions follow the DTCG Community Group specification.
bun add @canonical/design-tokens
Import the CSS output in your application entry point:
@import "@canonical/design-tokens/dist/tokens.css";
Tokens are available as CSS custom properties:
.card {
background: var(--color-background-default);
padding: var(--spacing-medium);
border-radius: var(--radius-default);
}
| Tier | Path | Description |
|---|---|---|
| Primitive | tokens/canonical/global/primitive/ | Raw values for colour, dimension, number, and typography. Not intended for direct use in application code. |
| Semantic | tokens/canonical/global/semantic/ | Aliased tokens referencing primitives. These encode design intent and are the tokens consumed by components. |
bun run build
This runs the Terrazzo pipeline with @canonical/terrazzo-plugin-css and produces CSS files and a tokens.json artifact in dist/.
FAQs
Canonical design tokens (DTCG format) with CSS custom property output.
The npm package @canonical/design-tokens receives a total of 289 weekly downloads. As such, @canonical/design-tokens popularity was classified as not popular.
We found that @canonical/design-tokens demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 25 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.