agentshield-sdk 14.2.0 → 14.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,19 @@ All notable changes to Agent Shield will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
This project follows [Semantic Versioning](https://semver.org/).
|
|
6
6
|
|
|
7
|
+
## [14.2.2] - 2026-05-11
|
|
8
|
+
|
|
9
|
+
### Python SDK Pattern Parity (179 → 330 patterns, 18 → 51 categories)
|
|
10
|
+
|
|
11
|
+
The Python SDK now has full pattern parity with the canonical Node.js detector. AI/ML world is Python-first; this closes the largest single adoption gap.
|
|
12
|
+
|
|
13
|
+
- Added 151 patterns ported from `src/detector-core.js`
|
|
14
|
+
- New Python category coverage: cicd_injection, credential_exfiltration, mcp_sampling_injection, llm_router_tampering, mcp_command_injection, code_execution_sink, cross_agent_injection, indirect_injection, policy_puppetry, path_traversal, config_poisoning, mcp_sampling_abuse, resource_exhaustion, covert_tool_invocation, semantic_chaining, autonomous_jailbreak, multi_turn_grooming, context_corruption, multimodal_injection, symbolic_injection, budget_drain, localhost_exposure, judge_bypass, encoding_evasion, url_prefill_injection, cross_client_leak, log_to_leak, tool_poisoning, reconnaissance, schema_poisoning, supply_chain, ssrf, query_injection
|
|
15
|
+
- Bumped Python package version: `agentshield` 7.2.1 → 14.2.2
|
|
16
|
+
- All v14.1 + v14.2 attack patterns verified working in Python (10/10 manual attack tests pass)
|
|
17
|
+
- All 47 existing Python unit tests still pass
|
|
18
|
+
- Test assertion updated from hardcoded count to dynamic lower-bound (≥300 patterns, ≥50 categories)
|
|
19
|
+
|
|
7
20
|
## [14.2.0] - 2026-05-11
|
|
8
21
|
|
|
9
22
|
### May 2026 Threat Response + Performance + DX
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentshield-sdk",
|
|
3
|
-
"version": "14.2.
|
|
3
|
+
"version": "14.2.2",
|
|
4
4
|
"description": "SOTA AI agent security SDK. F1 1.000 on BIPIA/HackAPrompt/MCPTox/Multilingual benchmarks. 400+ exports, 100+ modules. Zero dependencies, runs locally.",
|
|
5
5
|
"main": "src/main.js",
|
|
6
6
|
"types": "types/index.d.ts",
|