By armoriq
Build secure AI agents with ArmorIQ's Intent Assurance Plane (IAP). Provides cryptographic intent verification, prompt injection defense, policy enforcement, and audit trails for agentic systems — in Python and TypeScript.
A Claude plugin that gives AI agents and their developers the knowledge to integrate ArmorIQ's Intent Assurance Plane (IAP) — a cryptographic security layer that governs why an agent acts, not just who it is or what it accessed.
Once installed, this plugin activates whenever you (or your agent) are:
armoriq-sdk) or TypeScript SDK (@armoriq/sdk)Claude will guide you through the full IAP integration: capturing a structured plan, obtaining a cryptographically signed intent token, enforcing it at every tool invocation, configuring policies, and handling sub-agent delegation.
Traditional security frameworks (IAM, Zero Trust) verify who acted and what was accessed. They cannot verify why an action occurred. Autonomous agents violate the static assumptions those frameworks rest on — their plans emerge from probabilistic reasoning, not fixed code paths. This creates intent drift: an agent may authenticate and authorize successfully while violating the operator's original purpose.
ArmorIQ's IAP closes this gap with cryptographically verifiable intent.
After installing the plugin, just describe what you're building:
"I'm building a Python agent that reads CSVs and writes to a database. How do I use ArmorIQ to prevent prompt injection?"
"Add ArmorIQ IAP enforcement to this TypeScript agent."
"How do I set up CSRG cryptographic proofs for my compliance audit trail?"
Claude will handle the rest.
| Language | Package | Install |
|---|---|---|
| Python | armoriq-sdk | pip install armoriq-sdk |
| TypeScript / Node.js | @armoriq/sdk | npm install @armoriq/sdk |
API keys and credentials: platform.armoriq.ai
capturePlan → getIntentToken → invokeIntentMismatchException, [REDACTED:Token], etc.Apache License 2.0 — see LICENSE
Copyright 2026 ArmorIQ, Inc.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub armoriq/armoriq-claude-skillArmorIQ intent-based security enforcement for Claude Code: policy-based tool access control, intent verification, CSRG cryptographic proofs, and audit logging.
ArmorIQ intent-based security enforcement for GitHub Copilot CLI: pre-tool guardrails with intent verification, optional CSRG cryptographic proofs, and audit logging. Treat as a strong shell guardrail and audit layer — hooks fire on preToolUse / postToolUse / sessionStart / userPromptSubmitted via the official Copilot CLI plugin runtime.
ArmorIQ intent-based security enforcement for Claude Code: policy-based tool access control, intent verification, CSRG cryptographic proofs, and audit logging.
Runtime security for AI agents. Blocks destructive actions before execution, routes high-risk operations through human approval, and maintains an immutable audit trail. Covers OWASP MCP Top 10, ASI Top 10, and Agentic Skills Top 10.
GoPlus AgentGuard — AI agent security guard. Blocks dangerous commands, prevents data leaks, protects secrets. 20 detection rules, runtime action evaluation, trust registry.
APort Agent Guardrails — security policy enforcement for every tool call. Intercepts tool use, evaluates against your passport policy, and blocks unauthorized actions.
AGT governance hooks and MCP tools for Claude Code sessions
Real-time policy enforcement and tamper-evident audit for tool calls (MCP and built-in) in a Claude Code session. Forwards every tool call to a local SecureVector app for cloud-managed deny rules and persistent audit logging. Fails open if the local app is unreachable.