From 040a7124d19cfe6d066ac3e691bf8c026b65d93e Mon Sep 17 00:00:00 2001 From: Jithin Date: Mon, 29 Jun 2026 19:15:14 +0530 Subject: [PATCH] chore: update npm metadata for packages to be released --- runners/cli/package.json | 22 ++++++++++++++++++++++ runners/mcp/package.json | 22 ++++++++++++++++++++++ runners/sdk/package.json | 22 ++++++++++++++++++++++ 3 files changed, 66 insertions(+) diff --git a/runners/cli/package.json b/runners/cli/package.json index 2f8ef20..c34ea7d 100644 --- a/runners/cli/package.json +++ b/runners/cli/package.json @@ -24,6 +24,28 @@ "prepack": "rm -rf ./evaluators ./suites ./atlas-data ./LICENSE && cp -r ../../evaluators ./evaluators && cp -r ../../suites ./suites && mkdir -p ./atlas-data && cp ../../third_party/atlas-data/dist/ATLAS.yaml ./atlas-data/ATLAS.yaml && cp ../../LICENSE ./LICENSE", "postpack": "rm -rf ./evaluators ./suites ./atlas-data ./LICENSE" }, + "homepage": "https://agentopfor.ai", + "repository": { + "type": "git", + "url": "git+https://github.com/KeyValueSoftwareSystems/agent-opfor.git", + "directory": "runners/cli" + }, + "bugs": { + "url": "https://github.com/KeyValueSoftwareSystems/agent-opfor/issues" + }, + "author": "KeyValue Software Systems", + "keywords": [ + "ai-security", + "red-team", + "llm", + "mcp", + "owasp", + "prompt-injection", + "agent-security" + ], + "engines": { + "node": ">=20" + }, "publishConfig": { "access": "public" }, diff --git a/runners/mcp/package.json b/runners/mcp/package.json index 8fcc89c..a7ef0e4 100644 --- a/runners/mcp/package.json +++ b/runners/mcp/package.json @@ -23,6 +23,28 @@ "prepack": "rm -rf ./evaluators ./suites ./data ./atlas-data ./LICENSE && cp -r ../../evaluators ./evaluators && cp -r ../../suites ./suites && cp -r ../cli/data ./data && mkdir -p ./atlas-data && cp ../../third_party/atlas-data/dist/ATLAS.yaml ./atlas-data/ATLAS.yaml && cp ../../LICENSE ./LICENSE", "postpack": "rm -rf ./evaluators ./suites ./data ./atlas-data ./LICENSE" }, + "homepage": "https://agentopfor.ai", + "repository": { + "type": "git", + "url": "git+https://github.com/KeyValueSoftwareSystems/agent-opfor.git", + "directory": "runners/mcp" + }, + "bugs": { + "url": "https://github.com/KeyValueSoftwareSystems/agent-opfor/issues" + }, + "author": "KeyValue Software Systems", + "keywords": [ + "ai-security", + "red-team", + "llm", + "mcp", + "owasp", + "prompt-injection", + "agent-security" + ], + "engines": { + "node": ">=20" + }, "publishConfig": { "access": "public" }, diff --git a/runners/sdk/package.json b/runners/sdk/package.json index 7c2b8e2..8236bc9 100644 --- a/runners/sdk/package.json +++ b/runners/sdk/package.json @@ -27,6 +27,28 @@ "prepack": "rm -rf ./evaluators ./suites ./data ./atlas-data ./LICENSE && cp -r ../../evaluators ./evaluators && cp -r ../../suites ./suites && cp -r ../cli/data ./data && mkdir -p ./atlas-data && cp ../../third_party/atlas-data/dist/ATLAS.yaml ./atlas-data/ATLAS.yaml && cp ../../LICENSE ./LICENSE", "postpack": "rm -rf ./evaluators ./suites ./data ./atlas-data ./LICENSE" }, + "homepage": "https://agentopfor.ai", + "repository": { + "type": "git", + "url": "git+https://github.com/KeyValueSoftwareSystems/agent-opfor.git", + "directory": "runners/sdk" + }, + "bugs": { + "url": "https://github.com/KeyValueSoftwareSystems/agent-opfor/issues" + }, + "author": "KeyValue Software Systems", + "keywords": [ + "ai-security", + "red-team", + "llm", + "mcp", + "owasp", + "prompt-injection", + "agent-security" + ], + "engines": { + "node": ">=20" + }, "publishConfig": { "access": "public" },