Skip to content

Commit f759daf

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 3d8a5bf commit f759daf

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
@@ -121,6 +121,30 @@
121121
"performance"
122122
],
123123
"license": "MIT"
124+
},
125+
{
126+
"name": "armorcopilot",
127+
"source": {
128+
"source": "github",
129+
"repo": "armoriq/armorCopilot",
130+
"path": "plugins/armorcopilot",
131+
"ref": "v0.1.0"
132+
},
133+
"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.",
134+
"version": "0.1.0",
135+
"repository": "https://github.com/armoriq/armorCopilot",
136+
"homepage": "https://docs.armoriq.ai/armorcopilot",
137+
"keywords": [
138+
"security",
139+
"policy",
140+
"audit",
141+
"intent",
142+
"armoriq",
143+
"mcp",
144+
"hooks",
145+
"github-copilot"
146+
],
147+
"license": "MIT"
124148
}
125149
]
126150
}

0 commit comments

Comments
 (0)