
Research
5 Malicious Chrome Extensions Enable Session Hijacking in Enterprise HR and ERP Systems
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.
@ag-kit/examples-claude-agent-agentic-chat
Advanced tools
This example demonstrates how to use Claude Agent SDK with AG-Kit for a simple conversational chatbot.
claude-agent/agentic-chat/
├── src/
│ ├── agent.ts # Agent creation logic
│ └── index.ts # Export entry point
├── package.json
├── tsconfig.json
├── tsup.config.ts
└── README.md
This package is designed to be imported by the AG-Kit server. The agent factory is exposed via:
import { createAgent } from "@ag-kit/examples-claude-agent-agentic-chat";
const agent = createAgent();
The agent is configured through environment variables:
ANTHROPIC_API_KEY: Your Anthropic API key (required)CLAUDE_MODEL: Claude model to use (default: claude-3-5-sonnet-20241022)auto: Execute tools automatically with permission checkingask: Always ask user before executing toolssilent: Execute tools without notificationsdisable: Disable all tool executionClaude Agent SDK includes powerful built-in tools:
pnpm build
This will compile the TypeScript code to the dist directory.
FAQs
Claude Agent SDK agentic chat example
We found that @ag-kit/examples-claude-agent-agentic-chat demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.