Back to Home
Flirnz icon

adk-web

by Flirnz

Overview

UI for developing and debugging agents with the Agent Development Kit.

Installation

Run Command
npm start

Environment Variables

  • npm_config_backend

Security Notes

The application is a frontend UI that interacts with a backend Agent Development Kit. It uses `bypassSecurityTrustHtml` to render content (e.g., search results) in `ChatPanelComponent`, which could lead to Cross-Site Scripting (XSS) if the backend provides untrusted or unsanitized HTML. User-provided JSON/YAML for agent configurations could also pose a risk if the backend executes this data without proper sandboxing or validation. Minor XSS risks exist with `alert()` calls if message content is fully user-controlled. No hardcoded secrets were found, and `safevalues/dom` is used for certain URL sanitization. The non-standard distribution method (executables from `raw.githubusercontent.com`) may trigger security warnings for end-users.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassHigh
Avg Tokens2000
Stars0
Forks0
Last Update2026-01-19

Tags

AI AgentsFrontendDebuggingDevelopment ToolWeb UI