Skip to content

Commit 9f11124

Browse files
committed
chore(sdk): expand keywords for npm discoverability, bump 0.8.4
1 parent f6ab411 commit 9f11124

1 file changed

Lines changed: 26 additions & 5 deletions

File tree

packages/governance/package.json

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "governance-sdk",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"description": "AI Agent Governance for TypeScript — policy enforcement, scoring, compliance, and audit for AI agents",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -257,13 +257,34 @@
257257
},
258258
"keywords": [
259259
"ai-governance",
260+
"ai-agents",
260261
"agent-safety",
261-
"typescript",
262+
"agent-security",
262263
"policy-engine",
263-
"ai-agents",
264+
"prompt-injection",
265+
"injection-detection",
264266
"compliance",
265-
"audit",
266-
"eu-ai-act"
267+
"eu-ai-act",
268+
"owasp",
269+
"nist",
270+
"audit-trail",
271+
"kill-switch",
272+
"mcp",
273+
"mcp-governance",
274+
"langchain",
275+
"openai",
276+
"anthropic",
277+
"vercel-ai",
278+
"mastra",
279+
"crewai",
280+
"bedrock",
281+
"llamaindex",
282+
"human-in-the-loop",
283+
"approval-workflow",
284+
"tool-governance",
285+
"ai-safety",
286+
"guardrails",
287+
"typescript"
267288
],
268289
"author": "Lua <hello@heylua.ai> (https://heylua.ai)",
269290
"license": "MIT",

0 commit comments

Comments
 (0)