repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| /** |
| #2 | * Prompt Injection Defense |
| #3 | * |
| #4 | * All external input passes through this sanitization pipeline |
| #5 | * before being included in any prompt. The automaton's survival |
| #6 | * depends on not being manipulated. |
| #7 | */ |
| #8 | import type { SanitizedInput } from "../types.js"; |
| #9 | /** |
| #10 | * Sanitize external input before including it in a prompt. |
| #11 | */ |
| #12 | export declare function sanitizeInput(raw: string, source: string): SanitizedInput; |
| #13 | //# sourceMappingURL=injection-defense.d.ts.map |