lev-cdo
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection attack surface (Category 8). * Ingestion points: Untrusted data enters the agent context through raw user queries, codebase search results via
lev get, and external bug reports in thedebugworkflow. * Boundary markers: The skill uses disk-based artifact passing to isolate agent outputs (preventing 'groupthink'), but it lacks explicit delimiters or instructions to ignore embedded commands within the processed inputs. * Capability inventory: The skill possesses the capability to write files to the local disk (withintmp/and project paths), read project metadata from~/.lev/pm/, and execute local subprocesses such aslev cdoand vendor-provided node scripts. * Sanitization: No explicit sanitization, validation, or escaping of ingested data is documented before it is used to drive workflow logic or code modifications. - [COMMAND_EXECUTION]: The skill frequently invokes shell commands via
levandnodeto execute workflows, search the codebase, and manage task metadata. Specifically, it executes a local vendor script located at~/lev/workshop/poc/lookup/cli.jsto handle skill discovery.
Audit Metadata