
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@askdoppler/core
Advanced tools
Doppler Core: AI SEO / AEO traffic monitoring & intent detection, logging, and reporting for framework connectors.
Doppler Core is the heart of Doppler's AI SEO toolkit.
It provides traffic source detection, intent inference, and logs relevant AI/LLM platform requests to Doppler for analytics and monitoring.
bun add @askdoppler/core
yarn add @askdoppler/core
npm install @askdoppler/core
import { getSource, logCrawl, handleCrawl } from '@askdoppler/core';
// Simple usage in any Node.js/JS context:
const detection = getSource(request); // returns { source, intent, detected }
// If detected, log:
if (detection.detected) {
await logCrawl({
...detection,
userAgent: request.headers['user-agent'] || '',
destinationURL: request.url,
headers: request.headers,
});
}
Set your Doppler API key in the environment:
DOPPLER_API_KEY=your-api-key-here
getSource(req) : Detects if request is from an AI platform and returns { source, intent, detected }logCrawl(payload, apiKey?) : Logs a crawl event to Doppler APIhandleCrawl(req, apiKey?) : Detects and logs in one step, for middlewareMIT License
FAQs
Doppler Core: AI SEO / AEO traffic monitoring & intent detection, logging, and reporting for framework connectors.
We found that @askdoppler/core 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.