From c8e64b286969911e79b9c350f170eac2b9c47c78 Mon Sep 17 00:00:00 2001 From: wilfrid <36680328+Lyosis@users.noreply.github.com> Date: Thu, 18 Jun 2026 23:17:53 +0200 Subject: [PATCH] Add NetGuard (network scanner & security auditor) Co-Authored-By: Claude Opus 4.8 --- applications.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/applications.json b/applications.json index 8324e407f..c27e612df 100644 --- a/applications.json +++ b/applications.json @@ -11082,6 +11082,24 @@ "languages": [ "swift" ] + }, + { + "title": "NetGuard", + "short_description": "Native scanner and security auditor for your local network — device discovery, port scan, SSL inspection, and a passive risk audit, fully on-device.", + "categories": [ + "security", + "utilities" + ], + "repo_url": "https://github.com/Lyosis/NetGuard", + "icon_url": "https://raw.githubusercontent.com/Lyosis/NetGuard/main/NetGuard/Assets.xcassets/AppIcon.appiconset/Icon-512.png", + "screenshots": [ + "https://raw.githubusercontent.com/Lyosis/NetGuard/main/docs/screenshots/01-map-overview.png", + "https://raw.githubusercontent.com/Lyosis/NetGuard/main/docs/screenshots/02-device-detail.png" + ], + "official_site": "", + "languages": [ + "swift" + ] } ] }