skill-system-dashboard
Warn
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
collect_graphfunction inscripts/generate.pyusessubprocess.runto execute a CLI tool (graph_cli.py). The path to this executable is constructed using the--targetCLI argument, which allows for command execution from paths influenced by user input. - [REMOTE_CODE_EXECUTION]: The skill implements a
load_modulefunction that utilizesimportlib.utilto dynamically execute Python scripts (tickets.py,graph_core.py,runtime_doctor.py). These scripts are loaded from locations relative to the--targetdirectory, creating a vulnerability where an attacker could achieve code execution by providing a path to a directory containing malicious versions of these files. - [EXTERNAL_DOWNLOADS]: The generated HTML dashboard references the
vis-networklibrary hosted onunpkg.com. This is a well-known CDN service used for front-end asset delivery. - [DATA_EXPOSURE]: The script contains logic to read and parse
.envand.env.localfiles to extract theDATABASE_URL. While this is a standard practice for local configuration, the agent processes these files to establish database connections, exposing connection strings and credentials to the execution environment.
Audit Metadata