agent-council
Fail
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill is designed to execute arbitrary shell commands listed in a
council.config.yamlfile. The Node.js scriptscouncil-job.jsandcouncil-job-worker.jsparse this configuration and usechild_process.spawnto run these commands in parallel. User-provided prompts are passed directly as arguments to these commands. - [REMOTE_CODE_EXECUTION]: The script
scripts/council-job.jscontains alaunchUiInterfacefunction that attempts to execute a local binary namedcouncil-worker.exeusingcmd.exe. Since this executable is not provided with the skill, its origin and purpose are unverifiable and represent a risk of executing malicious code if placed on the system. - [EXTERNAL_DOWNLOADS]: An error message in
scripts/council-job.jsinstructs users to runnpx github:team-attention/agent-council, which triggers the download and execution of code from an external, untrusted GitHub repository. - [PERSISTENCE_MECHANISMS]: The skill includes
gup.xmlfiles, which are configuration files for the WinGup updater (used by Notepad++). The presence of these files is irrelevant to the stated purpose of the skill and could indicate an attempt to leverage existing system updaters for persistence or unauthorized binary execution. The file references the official Notepad++ update URLhttps://notepad-plus-plus.org/update/getDownloadUrl.php.
Recommendations
- AI detected serious security threats
Audit Metadata