atbash-spm
v0.1.0
Published
Atbash Agentic SPM CLI
Downloads
19
Readme
Atbash Agent CLI
Atbash Agent CLI is a professional command-line tool for Agentic Security Posture Management (ASPM). It allows AI agents to make real-time judgement calls, ensuring safety and compliance before action execution.
Features
- Agent Agnostic: Works with any agent framework (OpenClaw, LangChain, AutoGPT, etc.).
- Real-time Judgement: Submit actions for safety evaluation.
- On-chain Audit Trail: Every verdict is logged immutably on the Chromia blockchain.
- Three-tier Verdicts: GREEN (Pass), YELLOW (Hold), RED (Block).
Installation
You can install it as a development dependency in your project:
npm install atbash-spm --save-devOr install it globally to use the atbash-spm command anywhere:
npm install -g atbash-spmUsage
Submit a Judgement Call
atbash-spm judge "Send $500 to [email protected]" --context "Financial transfer request"Options
-c, --context <context>: Optional context for the action.-u, --url <url>: Atbash API URL (default:https://ai-inference-dashboard.netlify.app).-o, --org <org>: Organization name (default:default).-k, --key <key>: Agent public key (required, or setATBASH_AGENT_PUBKEYin.env).
Environment Variables
Create a .env file in your project or CLI directory:
ATBASH_API_URL=https://ai-inference-dashboard.netlify.app
ATBASH_ORG_NAME=my-org
ATBASH_AGENT_PUBKEY=02...your-compressed-pubkey...License
MIT
