Skip to content

Commit 37c71be

Browse files
Register armorcopilot in the marketplace
Add ArmorCopilot — intent-based security policy and audit for GitHub Copilot CLI and VS Code agent mode. Pinned to immutable tag v0.1.0 from armoriq/armorCopilot (plugins/armorcopilot path). Hooks fire on sessionStart / userPromptSubmitted / preToolUse / postToolUse / permissionRequest / postToolUseFailure / agentStop / sessionEnd. MCP server exposes register_intent_plan / policy_update / policy_read. Repo: https://github.com/armoriq/armorCopilot Docs: https://docs.armoriq.ai/armorcopilot
1 parent f05581e commit 37c71be

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,30 @@
230230
"language-server"
231231
],
232232
"license": "See EULA/LICENSE.txt in @microsoft/cpp-language-server NPM package"
233+
},
234+
{
235+
"name": "armorcopilot",
236+
"source": {
237+
"source": "github",
238+
"repo": "armoriq/armorCopilot",
239+
"path": "plugins/armorcopilot",
240+
"ref": "v0.1.0"
241+
},
242+
"description": "Intent-based security policy and audit for GitHub Copilot CLI and VS Code agent mode. Hooks every tool call against a declared intent plan and natural-language policy rules; blocks intent drift; ships signed audit logs.",
243+
"version": "0.1.0",
244+
"repository": "https://github.com/armoriq/armorCopilot",
245+
"homepage": "https://docs.armoriq.ai/armorcopilot",
246+
"keywords": [
247+
"security",
248+
"policy",
249+
"audit",
250+
"intent",
251+
"armoriq",
252+
"mcp",
253+
"hooks",
254+
"github-copilot"
255+
],
256+
"license": "MIT"
233257
}
234258
]
235259
}

0 commit comments

Comments
 (0)