Loading lesson…
Teach students to protect secrets and private context while still keeping enough evidence to debug agent behavior.
This build lab focuses on the logging boundary that protects secrets while preserving accountability. The goal is not to copy a private machine setup. The goal is to learn the architecture pattern well enough to build a small, classroom-safe version.
Redaction should happen before logs leave the process, and audit logs should record action, actor, approval, result, and risk without exposing sensitive values.
| Hermes pattern | Student build | Risk to handle |
|---|---|---|
| Name the boundary | a redaction checklist and audit-log schema for agent actions | logging tokens, private messages, auth headers, prompts with personal data, or raw tool outputs into a dashboard |
| Keep the interface small | Start with one happy path and one failure path | Avoid a demo that only works when everything is perfect |
| Make the system observable | Log decisions, status, and errors in plain language | Do not log private data or secrets |
audit_event: time: 2026-04-27T12:00:00Z actor: student-demo action: send_email_draft approval: teacher_confirmed inputs_redacted: true result: draft_created risk: medium Never log: - tokens - auth headers - private message bodies - service-role keysA classroom-safe skeleton inspired by the local Hermes architecture scan.The big idea: redaction is not decoration. It is part of the product architecture students need before an agent becomes safe enough to use with real people.
8 questions · take it digitally for instant feedback at tendril.neural-forge.io/learn/quiz/end-hermes-redaction-audit-creators
What is the main idea of "Redaction and Audit Logs for Agent Systems"?
Which concept is most central to "Redaction and Audit Logs for Agent Systems"?
Which use of AI fits this topic best?
What should a careful learner remember about "From the local Hermes scan"?
You want to use AI after this lesson. What is the safest next step?
How should AI output about redaction be treated?
Name one way to verify an AI answer about redaction.
Which action would help you apply "Redaction and Audit Logs for Agent Systems" responsibly?