prior-art
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute external CLI tools
lev findandcassfor searching session history and local data. It uses shell command patterns with variable interpolation, such aslev find "<query>"andcass search "<query>", which could be vulnerable to command injection if input is not properly handled. - [DATA_EXFILTRATION]: Accesses the directory
~/.agents/diagramsin the user's home folder. While these appear to be application-specific files, accessing hidden directories in the home path constitutes data exposure. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it ingests and summarizes untrusted markdown files from the repository (
.lev/pm/,docs/, etc.) without explicit boundary markers or sanitization. - Ingestion points: Reads various
.mdfiles throughout the repository tree and documentation folders. - Boundary markers: Absent; no specific instructions are provided to ignore embedded commands or instructions within the evidence files.
- Capability inventory: The skill has the ability to read files, search session history, and execute specific CLI tools (
cass,lev). - Sanitization: None; the content is synthesized directly into a provenance report.
Audit Metadata