
Research
/Security News
Contagious Interview Campaign Escalates With 67 Malicious npm Packages and New Malware Loader
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
@traceloop/instrumentation-anthropic
Advanced tools
This module provides automatic instrumentation for Anthropic Typescript SDK
module, which may be loaded using the @opentelemetry/sdk-trace-node
package and is included in the @traceloop/node-server-sdk
bundle.
If total installation size is not constrained, it is recommended to use the @traceloop/node-server-sdk
bundle for the most seamless instrumentation experience.
Compatible with OpenTelemetry JS API and SDK 1.0+
.
npm install --save @traceloop/instrumentation-anthropic
>=0.9.1
To load a specific plugin, specify it in the registerInstrumentations's configuration:
const { NodeTracerProvider } = require("@opentelemetry/sdk-trace-node");
const {
AnthropicInstrumentation,
} = require("@traceloop/instrumentation-anthropic");
const { registerInstrumentations } = require("@opentelemetry/instrumentation");
const provider = new NodeTracerProvider();
provider.register();
registerInstrumentations({
instrumentations: [new AnthropicInstrumentation()],
});
Apache 2.0 - See LICENSE for more information.
FAQs
Anthropic Instrumentaion
The npm package @traceloop/instrumentation-anthropic receives a total of 26,281 weekly downloads. As such, @traceloop/instrumentation-anthropic popularity was classified as popular.
We found that @traceloop/instrumentation-anthropic demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.