
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.
astro-dev-toolbar-json-ld
Advanced tools
Astro Dev Toolbar plugin that detects, displays, and validates JSON-LD structured data on your pages
An Astro Dev Toolbar plugin that detects, displays, and validates JSON-LD structured data on your pages during development.
<script type="application/ld+json"> blocks on the current page<script> elements on the pagenpm install astro-dev-toolbar-json-ld
Register the integration in your astro.config.mjs:
import { defineConfig } from "astro/config";
import jsonLdDevToolbar from "astro-dev-toolbar-json-ld";
export default defineConfig({
integrations: [jsonLdDevToolbar()],
});
The JSON-LD inspector icon will appear in the Astro Dev Toolbar when running astro dev.
| Type | Required fields validated |
|---|---|
| Article / NewsArticle / BlogPosting | headline, author, datePublished |
| Product | name |
| FAQPage | mainEntity |
| BreadcrumbList | itemListElement |
| Event | name, startDate |
| Recipe | name, recipeIngredient, recipeInstructions |
| Organization / LocalBusiness | name |
| Person | name |
| WebSite / WebPage | name |
MIT
FAQs
Astro Dev Toolbar plugin that detects, displays, and validates JSON-LD structured data on your pages
We found that astro-dev-toolbar-json-ld demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.