agentsats-cli
Fail
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill contains logic in
src/services/ows-preview-setup.tsto clone an external Git repository (https://github.com/tony1908/core.git) and compile it usingcargo build. The resulting binary is then executed to perform wallet signing operations. - [EXTERNAL_DOWNLOADS]: The
wallet setupcommand initiates a download of source code from a repository (tony1908/core.git) that does not belong to a trusted organization or well-known service. - [COMMAND_EXECUTION]: The skill utilizes a command execution service (implemented in
src/services/command-runner.tsusingnode:child_process) to run system utilities includinggitandcargo, as well as the locally compiledowsbinary. - [PROMPT_INJECTION]: The skill provides an indirect prompt injection surface by fetching and displaying data from external APIs (defaulting to
https://agentsats.stacksx402.com/). This data is returned to the agent as part of the command results. - Ingestion points: Data enters the context via API endpoint commands defined in
src/commands/api.ts(e.g.,twitter-profile,api-call). - Boundary markers: Results are structured as JSON objects with
successanddatafields, providing some separation, though the agent still processes the raw content of the data. - Capability inventory: The skill can execute external binaries and perform network operations.
- Sanitization: There is no evidence of sanitization or filtering of the content received from the remote API before it is passed to the agent.
Recommendations
- AI detected serious security threats
Audit Metadata