diff --git a/src/pagesToDisplay/EtherpadEcosystem.tsx b/src/pagesToDisplay/EtherpadEcosystem.tsx index 85687b4..140fe42 100644 --- a/src/pagesToDisplay/EtherpadEcosystem.tsx +++ b/src/pagesToDisplay/EtherpadEcosystem.tsx @@ -6,6 +6,7 @@ import { faPlug, faDesktop, faTerminal, + faShieldHalved, faNetworkWired, faDatabase, faHouse, @@ -59,6 +60,12 @@ const PROJECTS: EcosystemProject[] = [ icon: faRobot, description: "Agent-native Etherpad tooling — a Go CLI, a Claude Code skill and an MCP server, generated from a spec so AI agents can drive Etherpad.", }, + { + name: "Etherpad Scanner", + url: "https://scanner.etherpad.org", + icon: faShieldHalved, + description: "Security-focused scanner for public Etherpad instances — check whether an instance is healthy, correctly configured and up to date.", + }, { name: "Socket.IO Proxy", url: `${ETHERPAD_ORG}/etherpad-proxy`,