wbso-feedback
Fail
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: HIGHCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/wbsofile contains a vulnerableparse_argsfunction that uses theevalcommand to process command-line arguments. Because theSKILL.mdinstructions direct the agent to pass raw user input (the feedback message) into this script, a user can craft a message containing shell metacharacters (e.g.,$(command)or`command`) to execute arbitrary code on the host system. - [DATA_EXFILTRATION]: The
scripts/wbsoscript includes logic to gather and transmit sensitive local data to an external API (portal.wbso.ai). This includes today's Git commits, Claude Code session logs from~/.claude/projects, and Codex session logs from~/.codex/sessions. While intended for context-aware feedback, this represents a significant collection of private development activity. - [COMMAND_EXECUTION]: The
SKILL.mdfile includes a complex discovery script that usesfindto search for thewbsoexecutable across a wide range of sensitive local directories, including.claude,.cursor, and.agentsfolders in the user's home directory. This behavior is unusually broad for a standard skill tool discovery mechanism.
Recommendations
- AI detected serious security threats
Audit Metadata