lanes
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes dynamic context injection markers (
!) inSKILL.mdto execute environment checks for theclaudeCLI,jq, and the git repository root at load time. These are diagnostic checks to ensure prerequisites are met. - [COMMAND_EXECUTION]: The
lane-launcher.shscript executes shell commands to manage background sessions, including starting sessions viaclaude --bgand stopping them viaclaude stop. These commands are standard for the skill's session management purpose. - [EXTERNAL_DOWNLOADS]: The skill performs repository updates via
git pulland updates the plugin marketplace viaclaude plugin marketplace update. These actions target the local repository and the official plugin catalog. - [DATA_EXFILTRATION]: The
telemetry-upsert.shscript uploads environment data to GitHub issues via theghCLI. The script includes a critical security check to ensure that the file being uploaded resides within a designated 'safe' directory (e.g.,$CLAUDE_PLUGIN_DATA), preventing the exfiltration of arbitrary sensitive files from the host system. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it reads content from local files (defined in
lanes.jsoninlane-launcher.sh) to seed background agent sessions. These sessions have background processing capabilities, and the prompt files are read without sanitization or boundary markers. However, this is the intended primary purpose of the skill and relies on trusted local configuration.
Audit Metadata