dragonruby-3d
Warn
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
GTK.start_server! port: 9001, enable_in_prod: trueto launch an unauthenticated network service on the host machine, which creates an external attack surface. - [DATA_EXFILTRATION]: The code implements a network responder in the
tickmethod that serves internal data (scene_json) viareq.respondto any requester connecting to the local server. - [DATA_EXFILTRATION]: The
load_offfunction utilizesGTK.read_file(path)to access the local filesystem. This capability can be used to read arbitrary files if the input path is controlled by an untrusted source.
Audit Metadata