Building Secure Python AI Applications

Final Quiz

Connecting to LMS... Progress: in progress

Assessment

1. What is a secure Python AI application primarily concerned with?
2. Why is AI application security not only model security?
3. What is a trust boundary in an AI application?
4. Why should untrusted content not be allowed to grant itself authority?
5. What is data minimization in AI context handling?
6. Why can prompt and conversation logs be sensitive?
7. What is prompt injection at a high level?
8. Why is wording alone not a reliable security boundary?
9. What should RAG systems preserve during retrieval?
10. Why can vector stores be security-sensitive?
11. What is a safe pattern for AI tool calling?
12. Why should write-capable tools receive special controls?
13. How should model output be treated before using it in another system?
14. Why are hallucinations security-relevant?
15. What should AI application logs avoid?
16. Which statement best summarizes secure Python AI application design?