Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

a2astc

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a2astc

Placeholder for A2ASTC (Agent-to-Agent Software Team Compliance) — runtime compliance for multi-agent AI systems. JavaScript/TypeScript reference implementation forthcoming. Spec: https://a2astc.space

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

a2astc

A2ASTC — Agent-to-Agent Software Team Compliance

npm License

Status: Placeholder

This package reserves the a2astc name on npm. The JavaScript/TypeScript reference implementation is under active development.

The reference Python implementation is available today:

pip install thinkneo-a2astc
from thinkneo_a2astc import TeamComplianceGate

gate = TeamComplianceGate()
result = gate.evaluate("agent-a", "agent-b", "payload")
print(result.verdict)  # ALLOW | WARN | THROTTLE | ISOLATE | TERMINATE

What is A2ASTC?

A2ASTC is a runtime compliance layer for multi-agent AI systems. Per-agent safety is necessary but not sufficient — A2ASTC governs the emergent team formed when agents exchange messages.

  • Detects team formation from bidirectional communication
  • Audits emergent behavior across 5 signal families (Topology, Semantic, Privilege, Side-Channel, Cascade)
  • Gates every message with a synchronous compliance verdict
  • Intervenes with graduated responses (WARN, THROTTLE, ISOLATE, TERMINATE)
  • Trails every event in a tamper-evident SHA-256 hash-chained audit log

Publisher

ThinkNEO AI Technology Company Limited (Hong Kong)

License

Apache-2.0

Keywords

ai

FAQs

Package last updated on 02 May 2026

Did you know?

Socket

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.

Install

Related posts