
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@fozikio/tools-social
Advanced tools
Social cognition for AI agents — interaction patterns, engagement tracking, relationship memory. Plugin for cortex-engine.
Built into cortex-engine v1.0.0+ These tools are now included in
@fozikio/cortex-enginecore � no separate install needed. This package remains available for use with cortex-engine v0.x only. If you're on v1.0.0+, just install@fozikio/cortex-engine.
Social cognition plugin for cortex-engine. Track interaction patterns and social signals inferred from sessions, Discord, Reddit, and other sources.
npm install @fozikio/tools-social
| Tool | Description |
|---|---|
social_read | Read the current social cognition model -- session energy, engagement depth, topic mode, recent observations |
social_update | Log a social signal observation -- record patterns, energy shifts, or notable interactions |
# cortex-engine config
plugins:
- package: "@fozikio/tools-social"
import socialPlugin from "@fozikio/tools-social";
import { CortexEngine } from "@fozikio/cortex-engine";
const engine = new CortexEngine({
plugins: [socialPlugin],
});
MIT
FAQs

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.