Function: detectInjectionAttempts()
detectInjectionAttempts(
content):string[]
Defined in: packages/core/src/utils/prompt-security.ts:73
Check content for injection patterns (warning only, doesn't block)
Parameters
content
string
The content to check
Returns
string[]
List of warning messages for detected patterns