-
-
Notifications
You must be signed in to change notification settings - Fork 89
Prompt-injection & content-sanitization defense #4795
Copy link
Copy link
Closed
Labels
maintainer-onlyOwner-only work — yields no Gittensor points.Owner-only work — yields no Gittensor points.roadmapOn the Wave-2 agent-layer roadmap board (project 9)On the Wave-2 agent-layer roadmap board (project 9)
Description
Metadata
Metadata
Assignees
Labels
maintainer-onlyOwner-only work — yields no Gittensor points.Owner-only work — yields no Gittensor points.roadmapOn the Wave-2 agent-layer roadmap board (project 9)On the Wave-2 agent-layer roadmap board (project 9)
Projects
StatusShow more project fields
Done
Problem: A customer's own repo content (issue text, code comments, README) becomes untrusted input the moment it reaches an autonomous agent acting with real authority — today nothing sanitizes or hardens against adversarial content in that path.
Area: Platform / Security
Proposal: Add a content-sanitization layer between anything read from a target repository and the agent's own instructions/context, and add defenses against content that attempts to redirect the agent's behavior.
Deliverables:
Acceptance criteria:
Test scenarios:
Boundaries:
Part of #4778.