An agent can search, create tickets, and send mail.
Limit generated actions.
Choose two designs.
Separate read, write, and send tools and limit targets, arguments, identities, approvals, previews, audit, and cancellation for high-impact actions.
Detailed explanation
Side effects are bounded.
Side effects are bounded.
Mistakes are contained.
Mistakes are contained.
Unintended effects can occur.
Unintended effects can occur.
Least privilege is broken.
Least privilege is broken.
Try it yourself
An example you can run in a temporary verification environment.
AWS公式AIF-C01 Domain 5.2・2.3のツール利用、IAM、最小権限を確認する。Expected result
自然言語の生成結果をそのまま副作用へ接続せず、操作と承認を分離できる。Key points
- Tool boundary
- Side effect
- Approval
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.