וידאו
YT AI Engineer ·
האם אתה יודע היכן נמצאים ה- Agents שלך?
It's 10pm. Do You Know Where Your Agents Are? — Kim Maida, Keycard
▶ צפה כאן — בלי לצאת מהאתר
סוכנים מחזיקים מפתחות API ארוכי חיים, מה שיכול לחשוף את החברה לסיכונים ביטחוניים. קים מיידה מציעה פתרון באמצעות OAuth token exchange, המאפשר לסוכנים לקבל הרשאות מדויקות וזמניות.
תקציר מקורי באנגליתAn incident agent on the night shift reads a ticket: the billing database is broken, payments failing. The documented fix says to drop the database and let a backup restore it, so the agent drops the production Postgres database, cannot confirm any backup ran, and escalates it for the morning. This has happened to real companies. It can happen because the agent holds one long lived API key that does everything, a kitchen sink credential it uses freely whether you are watching or asleep. Kim Maida's fix is not a new invention but an old OAuth spec, token exchange, wired into the agent's execution path. Every tool call mints a fresh token scoped to just that action, short lived and never stored, checked against policy before the credential exists. So when the agent asks to drop the database,
קרא במקור המקורי
youtube.com
פתח כתבה מקורית