fridge-tracker
Warn
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands using the
sqlite3CLI to interact with a local database file at/data/workspace/pantry.db. This is evident in the/fridge list,add,remove, andclearcommands defined inSKILL.md. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it processes untrusted data and uses it in sensitive operations without sanitization.
- Ingestion points: User input provided via the
<item>and<quantity>arguments in the/fridge addand/fridge removecommands. - Boundary markers: None. User input is directly interpolated into the SQL command strings.
- Capability inventory: The skill possesses command execution capabilities via shell calls to
sqlite3and file system modification (writing to the database file), as documented inSKILL.md. - Sanitization: No sanitization, escaping, or validation of user input is performed before interpolation into the SQL queries, creating a high risk of SQL injection.
Audit Metadata