From 7b47b223c8720111d0310c6057ef908f7e43ccbf Mon Sep 17 00:00:00 2001 From: Sagar Aggarwal Date: Sat, 25 Apr 2026 08:48:31 -0500 Subject: [PATCH] Initial Release --- site/dat/repo/various.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 87b8d0557..3cb8b6932 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -26,6 +26,24 @@ } } }, + { + "id": "io.github.sagaraggarwal86-jmxauditor", + "name": "JMXAuditor — JMX Static Analyser", + "description": "A JMeter GUI-mode plugin that performs static analysis on .jmx test plans. Surfaces findings across six quality categories (Correctness, Security, Scalability, Realism, Maintainability, Observability) with 25 read-only rules. HTML & JSON Report Export, with zero impact on test execution.", + "screenshotUrl": "https://raw.githubusercontent.com/sagaraggarwal86/JMXAuditor-jmeter-plugin/main/docs/Image.jpg", + "helpUrl": "https://github.com/sagaraggarwal86/JMXAuditor-jmeter-plugin/blob/main/README.md", + "vendor": "Sagar Aggarwal", + "markerClass": "io.github.sagaraggarwal86.jmeter.jmxauditor.ui.action.JMXAuditorMenuCreator", + "componentClasses": [ + "io.github.sagaraggarwal86.jmeter.jmxauditor.ui.action.JMXAuditorMenuCreator" + ], + "versions": { + "0.6.0": { + "changes": "Initial public release", + "downloadUrl": "https://repo1.maven.org/maven2/io/github/sagaraggarwal86/jmxauditor-jmeter-plugin/0.6.0/jmxauditor-jmeter-plugin-0.6.0.jar" + } + } + }, { "id": "io.github.sagaraggarwal86-jmx-version-control-system", "name": "JVCS — JMX Version Control System",