From d7a5fbd36d08a9bf032932e57c98e98b9011fe23 Mon Sep 17 00:00:00 2001 From: bensh Date: Thu, 13 Nov 2025 20:13:09 +0000 Subject: [PATCH] Add RetireJS Scanner plugin information --- plugin_packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/plugin_packages.json b/plugin_packages.json index 7abf62a..88defec 100644 --- a/plugin_packages.json +++ b/plugin_packages.json @@ -479,5 +479,18 @@ }, "public_key": "MCowBQYDK2VwAyEAhfcDjQu8XIlrs+80m/2I4GWDNE4q6siePY5yItX/Fmg=", "repository": "caido-community/autorize" + }, + { + "id": "retire-js", + "name": "RetireJS Scanner", + "license": "MIT", + "description": "Retire.js-like live or manual scanner with finding creation.", + "author": { + "name": "bensh", + "email": "dev@caido.io", + "url": "https://github.com/bensh/caido-retirejs" + }, + "public_key": "MCowBQYDK2VwAyEAf7r0UnPhfkNC7yZGeD9Ql727GltOH5ArJQ1gPKnzFnk=", + "repository": "bensh/caido-retirejs" } ]