jb-beans
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill exposes an indirect prompt injection surface by design. In the file
beans-prime.ts, the output of thebeans primecommand is captured and injected directly into the agent's system prompt and context arrays. - Ingestion points: The
beans primeshell command output inbeans-prime.ts. - Boundary markers: Absent; the content is pushed to
output.systemandoutput.contextwithout delimiters or instructions to ignore potential commands within the data. - Capability inventory: The skill possesses the ability to create, list, update, and delete files within the
.beans/directory, and can execute complex GraphQL queries against the task graph. - Sanitization: No sanitization is performed on the CLI output before it is added to the system prompt.
- [COMMAND_EXECUTION]: The plugin file
beans-prime.tsexecutes shell commands using a shell-tag literal ($), specifically runningwhich beans,test -f, andbeans primeto integrate project context into the AI session. - [EXTERNAL_DOWNLOADS]: The
SKILL.mdfile and its metadata instructions suggest installing thebeansbinary from a third-party GitHub repository (hmans/beans) using Homebrew or Go.
Audit Metadata