Skip to content

4.11 β€” Security Quiz πŸ“Š

Match each problem to its countermeasure.

Problems

  • A. The AI starts replying to an aggressive customer… with insults.
  • B. The AI is about to offer a €500 refund to a customer.
  • C. You want to know how much this AI cost you this week.
  • D. A PDF sent by a β€œcustomer” contains a hidden instruction ordering the agent to exfiltrate your customer database.
  • E. The agent retries a failing connection, over and over, all night.

Then:

F. In a Make/n8n scenario that sends customer emails, where do you place the HITL point?

G. Your agent only needs to read an Airtable table. Which principle do you apply to its permissions?

H. True or false: with a no-code agent, you have no trace of what it did.

πŸ‘‰ Show answers
  • A β†’ Guardrail : filters the tone / blocks toxic outputs before sending.
  • B β†’ Human-in-the-Loop : the AI freezes the refund and waits for your β€œApprove” click.
  • C β†’ Observability : the traces dashboard to count tokens spent.
  • D β†’ Indirect injection : a guardrail on incoming content + least privilege (the agent isn’t allowed to export the database) + break the lethal trifecta.
  • E β†’ Stopping rule : iteration cap + no-progress detection.
  • F β†’ Right before the sensitive/irreversible action (sending the email), via an approval step that pauses the scenario.
  • G β†’ Least privilege : read-only access, without the right to delete or export.
  • H β†’ False. Make/n8n keep an execution history and Airtable a revision history β€” a first native layer of traces.
How would you rate this lesson?
πŸ“ My note

A training byBaxIA