Skip to content

Add Kairos Lab Security Tools — API protection layer for V3#74

Open
Valisthea wants to merge 1 commit intoasterdex:masterfrom
Valisthea:add-kairos-lab-security-tools
Open

Add Kairos Lab Security Tools — API protection layer for V3#74
Valisthea wants to merge 1 commit intoasterdex:masterfrom
Valisthea:add-kairos-lab-security-tools

Conversation

@Valisthea
Copy link

Summary

Adds documentation for @kairosauth/shield, a third-party security SDK that wraps AsterDex V3 API calls with multi-layer protection.

What it adds

  • kairos-lab-security-tools.md — Documentation page with quick start, pre-configured limits mapped to AsterDex V3 rate limits, and feature overview
  • README link — Reference in the main README under "Kairos Lab Security Tools"

What @kairosauth/shield does

Layer Protection
Rate Shield Sliding window rate limiting — prevents hitting AsterDex 429/418 bans
Circuit Breaker Automatic failure detection — fast fail instead of hanging on timeouts
Anomaly Detector Pattern analysis — catches credential stuffing and endpoint scanning
On-Chain Audit Merkle-tree anchored audit trail — immutable security event log

The SDK ships with an AsterDexShield adapter pre-configured with limits tuned to AsterDex V3's documented rate limits (REQUEST_WEIGHT 2400/min, ORDERS 1200/min).

Links

Adds documentation for @kairosauth/shield, a third-party security SDK
that wraps AsterDex V3 API calls with rate limiting, circuit breaking,
anomaly detection, and on-chain audit trails.

Includes pre-configured adapter with limits tuned to AsterDex V3 rate limits.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant