puzzletide-sudoku
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local terminal commands (
ptideorpuzzletide) to perform Sudoku operations like generation, solving, and validation.- [EXTERNAL_DOWNLOADS]: The skill includes instructions for the agent to ask the user to install thepuzzletideNode.js package if the local binary is missing.- [INDIRECT_PROMPT_INJECTION]: The skill processes user-provided Sudoku grid strings to be passed as arguments to the CLI tool. - Ingestion points: User-provided 81-character Sudoku grid strings in
SKILL.md. - Boundary markers: The grid format is strictly defined as 81 characters containing digits 1-9 or placeholders (
.,0,_). - Capability inventory: Execution of the
ptideCLI tool via terminal commands across multiple functions. - Sanitization: The input is constrained by the expected grid format, although explicit shell escaping is not detailed.
Audit Metadata