puda
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONPRIVILEGE_ESCALATIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill frequently executes shell and PowerShell commands to manage services, configure system settings, and interact with the PUDA CLI (e.g.,
puda login,puda init,puda skills install,docker compose up). - [PRIVILEGE_ESCALATION]: The clock synchronization scripts (
sync-clock.shandsync-clock.ps1) require elevated privileges (sudoon Linux, Administrator role on Windows) and useExecutionPolicy Bypassto configure system-level time services. These actions are documented and necessary for the skill's stated purpose of disciplining host clocks. - [EXTERNAL_DOWNLOADS]: Fetches resources from the vendor's GitHub organization (
github.com/PUDAP/livestream) and recommends downloading the PUDA CLI from the official releases page. These downloads are directed toward vendor-controlled infrastructure. - [INDIRECT_PROMPT_INJECTION]: The skill defines a surface for indirect prompt injection by ingesting user-provided inputs (NTP server IPs, NATS URLs, camera stream URLs) which are then interpolated into system configuration files (e.g.,
chrony.conf,streams.conf) and command arguments. The scripts perform basic validation (e.g., checking forhost.docker.internal) but lack extensive sanitization for all interpolated values.
Audit Metadata