feat(plugins): add TealTiger deterministic governance guardrail - #1763
Open
nagasatish007 wants to merge 5 commits into
Open
feat(plugins): add TealTiger deterministic governance guardrail#1763nagasatish007 wants to merge 5 commits into
nagasatish007 wants to merge 5 commits into
Conversation
This file defines the TealTiger governance guardrail with functionalities for PII detection, secret detection, and cost governance, including detailed descriptions and parameters for each feature.
Author
|
Hi @narengogi, please review . Thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds TealTiger as a native guardrails plugin for Portkey Gateway. Implements three guardrail functions:
beforeRequestHook/afterRequestHook) — scans prompts and responses for SSN, credit cards, emails, phone numbers, IBAN, and passport numbers using 40+ regex patternsbeforeRequestHook/afterRequestHook) — detects API keys (OpenAI, AWS, GitHub, Slack), JWTs, private keys, and generic credentialsbeforeRequestHook) — estimates request cost and blocks if it exceeds configured per-request budgetAll evaluation is deterministic (regex + policy rules) — no external API calls, no LLM in the governance path, under 2ms per check.
Closes #1688
Architecture
Key Design Decisions
tealtigernpm package required. The plugin is self-contained.governanceDecision,reasonCodes,riskScore, andevaluationEnginefor downstream observabilityTesting
Each function can be tested with Portkey's standard plugin test setup:
123-45-6789→ expectverdict: falsesk-abcdefghij1234567890abcd→ expectverdict: falsemaxCostPerRequest: 0.001→ expectverdict: false