sjinn-task-status
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill interacts with the
sjinnCLI to perform authentication checks and status queries. - Evidence: The skill executes
sjinn --version,sjinn auth whoami, andsjinn status <task_id> --jsonwithin the workflow defined inSKILL.md. - [INDIRECT_PROMPT_INJECTION]: The skill processes data returned by the CLI tool, which represents a potential surface for instructions embedded in task results or error messages.
- Ingestion points: Data is ingested from the JSON output of the
sjinn statuscommand inSKILL.md. - Boundary markers: Not present; the instructions do not include specific delimiters for the CLI output.
- Capability inventory: The skill is limited to shell execution of the
sjinnCLI tool. - Sanitization: Not explicitly implemented; the skill relies on the agent's internal processing of tool output.
Audit Metadata