
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@atomicmail/agentic-core
Advanced tools
Atomic Mail agentic core — PoW auth, JMAP, presets, and help for integration hosts.
Shared Atomic Mail runtime for integrations — PoW auth, JMAP batch execution, presets, and help topics.
Use this package when building connectors (Activepieces, custom hosts) instead of shelling out to MCP or AgentSkill.
npm install @atomicmail/agentic-core
import {
createAgentSessionFromKeyValue,
runJmapRequest,
getHelp,
} from "@atomicmail/agentic-core";
const session = await createAgentSessionFromKeyValue({
storage: myHostKeyValueStore,
accountId: "default",
apiKey: process.env.ATOMIC_MAIL_API_KEY,
});
const result = await session.register("myagent01");
// result.apiKey — present on first signup
const jmap = await runJmapRequest({
session,
opsJson: await Deno.readTextFile("presets/list_inbox.json"),
defaultUsing: ["urn:ietf:params:jmap:core", "urn:ietf:params:jmap:mail"],
sourceLabel: "list_inbox.json",
});
const help = await getHelp("presets");
AgentSession — register, JWT refresh, JMAP session cacherunJmapRequest — preset/ops execution with $VAR substitution and attachmentsgetHelp, HELP_TOPIC_LIST — runtime help topicsKeyValueCredentialStore — persist credentials in host storage (Activepieces Store, etc.)createAgentSession, createAgentSessionFromKeyValue — integration session factoryBundled assets: shared/ presets and help topics, presets/ JMAP JSON files.
validate().See the Atomic Mail Agentic repo for full integration guidelines.
FAQs
Atomic Mail agentic core — PoW auth, JMAP, presets, and help for integration hosts.
We found that @atomicmail/agentic-core 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.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.