assist-sessions
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The bundled Node.js script
scripts/sessions-axi.mjsexecutes shell commands usingexecSync. Specifically, thedetectGitProjectfunction runsgit rev-parse --show-toplevelto identify the current repository root. - [DATA_EXFILTRATION]: The skill performs network operations using the
fetchAPI to communicate with a server defined by theCLAUDE_ASSIST_SERVERenvironment variable. This server defaults tolocalhostbut can be configured to point to an external endpoint, where it transmits session identifiers and receives conversation transcripts. - [PROMPT_INJECTION]: The skill is exposed to indirect prompt injection because it retrieves and feeds historical session transcripts into the agent's context. These transcripts could contain malicious instructions from past untrusted interactions that the agent might obey upon recall.
- Ingestion points: Transcripts are ingested via the
transcriptandsearchsubcommands inscripts/sessions-axi.mjs. - Boundary markers: The instructions do not define boundary markers or specify that the agent should ignore instructions contained within retrieved transcripts.
- Capability inventory: The agent can execute the
sessions-axiscript, which has network access and can execute shell commands. - Sanitization: There is no evidence of sanitization or filtering of historical transcript content before it is returned to the agent's prompt.
Audit Metadata