An AI creates support tickets.
Validate user, priority, and body safely.
Choose two implementation practices.
Validate argument types, required fields, enum values, length, and user ownership; sanitize body, reauthorize at execution, and audit calls.
Detailed explanation
Invalid values and cross-user tickets are blocked.
Invalid values and cross-user tickets are blocked.
Output and authorization have separate boundaries.
Output and authorization have separate boundaries.
Syntax does not establish permission.
Syntax does not establish permission.
Misuse cannot be traced.
Misuse cannot be traced.
Try it yourself
An example you can run in a temporary verification environment.
AWS公式AIF-C01 Domain 2.3・5.1のツール、入力検証、認可を確認する。Expected result
構文検証と権限検証を分け、ツール実行を監査できる。Key points
- Argument
- Value range
- Reauthorization
Notes
- Environment: AWS公式AIF-C01試験ガイドとAWS公式ドキュメントの確認
- Command output formatting can vary slightly by distribution or tool version.
- Run the example in a temporary directory or process when possible.
Foundation review
Read the scope first
Check whether the command acts on the current shell, a new process, an existing process, or a file.
Verify the observable result
Use the supplied command and compare the output with the expected result.