Skip to content

Add armoriq marketplace (ArmorClaude — security plugin)#66

Open
Harihara04sudhan wants to merge 1 commit into
Chat2AnyLLM:mainfrom
Harihara04sudhan:add-armorclaude-marketplace
Open

Add armoriq marketplace (ArmorClaude — security plugin)#66
Harihara04sudhan wants to merge 1 commit into
Chat2AnyLLM:mainfrom
Harihara04sudhan:add-armorclaude-marketplace

Conversation

@Harihara04sudhan
Copy link
Copy Markdown

What

Adds the armoriq marketplace to `plugin_repos.json`. This is the official ArmorIQ marketplace for Claude Code security plugins, with one plugin published today (`armorclaude`).

Install command

```
cam plugin marketplace install armoriq
cam plugin install armorclaude
```

What armorclaude does

Intent-based security enforcement for Claude Code:

  • Hooks: PreToolUse, PostToolUse, SessionStart, UserPromptSubmit, PermissionRequest
  • Registers the LLM's plan via MCP (`register_intent_plan` tool) before any tool fires
  • Mints a signed intent JWT against the ArmorIQ backend
  • Blocks tool calls that drift from the registered plan (intent drift detection)
  • Policies managed in natural language via the `policy_update` MCP tool
  • Optional CSRG cryptographic proofs (Merkle-tree-bound policy hashes)
  • Central audit visible at `platform.armoriq.ai`

Plugin source: https://github.com/armoriq/armorClaude (main branch).

Schema diff

One entry added to `plugin_repos.json`:

```json
"armoriq": {
"name": "armoriq",
"description": "ArmorIQ intent-based security enforcement for Claude Code...",
"enabled": true,
"type": "marketplace",
"repoOwner": "armoriq",
"repoName": "armorClaude",
"repoBranch": "main"
}
```

Verified the marketplace.json at the source: https://github.com/armoriq/armorClaude/blob/main/.claude-plugin/marketplace.json

Note

The same enforcement model also ships for OpenAI Codex (armorcodex) and GitHub Copilot CLI (armorcopilot) under their own repos. Adding only the Claude marketplace here since this list is curated for Claude Code plugins.

ArmorIQ ships intent-based security enforcement for Claude Code at
github.com/armoriq/armorClaude. The marketplace is at the repo root
(.claude-plugin/marketplace.json on the main branch) and currently
publishes one plugin: armorclaude.

  cam plugin marketplace install armoriq
  cam plugin install armorclaude

Brief: armorclaude hooks PreToolUse / PostToolUse / SessionStart /
UserPromptSubmit, registers the LLM's plan via MCP before any tool
fires, mints a signed intent JWT, and blocks tool calls that drift
from the registered plan. Policies are managed in natural language
via the policy_update MCP tool. Optional CSRG cryptographic proofs.
Central audit visible at platform.armoriq.ai.

The same enforcement model also ships for OpenAI Codex (armorcodex)
and GitHub Copilot CLI (armorcopilot) under their own repos. Adding
just the Claude marketplace here for now since this list is curated
for Claude Code plugins.
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