kspec-triage-inbox
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it processes untrusted data from inbox items and observations.
- Ingestion points: Data enters the agent context via
kspec inbox listandkspec meta observations(SKILL.md). - Boundary markers: Absent; there are no explicit delimiters or instructions to ignore embedded commands in the processed items.
- Capability inventory: The skill can execute actions like
promote,delete, andspec-gap, and modify records usingkspec item setorkspec triage act(SKILL.md). - Sanitization: Absent; the skill does not specify any validation or filtering of external content before processing.
- [COMMAND_EXECUTION]: The skill relies on the vendor-provided
kspecCLI for all operations. This includes thekspec batchcommand, which accepts a JSON array of commands and arguments to perform atomic operations, representing a capability for structured dynamic command execution.
Audit Metadata