Pinned Repositories
detect_pii
Guardrails AI: PII Filter - Validates that any text does not contain any PII
detect_prompt_injection
A Guardrials Hub validator used to detect if prompt injection is present
guardrails
Adding guardrails to large language models.
guardrails-api
Docker compose stub of Guardrails as a Service
guardrails-js
A Javascript wrapper for guardrails-ai
guardrails-lite-server
A bare minimum deployment of guardrails as a service.
guardrails_pii
provenance_llm
Guardrails AI: Provenance LLM - Validates that the LLM-generated text is supported by the provided contexts.
unusual_prompt
A Guardrails AI input validator that detects if the user is trying to jailbreak an LLM using unusual prompting techniques that involve jailbreaking and tricking the LLM
validator-template
A test validator repo that includes just the regex validator
Guardrails AI's Repositories
guardrails-ai/guardrails-js
A Javascript wrapper for guardrails-ai
guardrails-ai/detect_prompt_injection
A Guardrials Hub validator used to detect if prompt injection is present
guardrails-ai/guardrails-internal
Adding guardrails to large language models.
guardrails-ai/COMET
A Neural Framework for MT Evaluation
guardrails-ai/exclude_sql_predicates
Guardrails AI: Excludes SQL predicates - Validates that the SQL query does not contain certain predicates
guardrails-ai/guardrails-prov-val
Adding guardrails to large language models.
guardrails-ai/lazydocs
📖 Generate markdown API documentation from Google-style Python docstring. The lazy alternative to Sphinx.
guardrails-ai/profanity_free
Guardrails AI: Profanity free - Validates that a translated text does not contain profanity language.
guardrails-ai/redundant_sentences
Guardrails AI: Redundant sentences - Removes redundant sentences from a string
guardrails-ai/valid_choice
Guardrails AI: Valid choices - validates that a value is within the acceptable choices
guardrails-ai/valid_sql
Guardrails AI: Valid SQL - Validates that there are no SQL syntactic bugs in the generated code.
guardrails-ai/secrets_present
Guardrails AI: Detect Secrets - Validates whether the generated code snippet contains any secrets.
guardrails-ai/valid_length
Guardrails AI: Valid length - Validates that the length of value is within the expected range
guardrails-ai/guarded-summary
A url summarizer, made safe with Guardrails
guardrails-ai/guardrails-js-example
guardrails-ai/has_url
A validator that checks if a generated output includes a url.
guardrails-ai/jailbreak
guardrails-ai/logic_check
guardrails-ai/persona_consistency
guardrails-ai/phi-validator
Check the presence of PHI in a given text
guardrails-ai/reading_level
Parses text to find its readability as a US grade level number (0-12)
guardrails-ai/similar_to_previous_values
guardrails-ai/sql_column_presence_validator
SQL validator
guardrails-ai/valid_open_api_spec
guardrails-ai/valid_python_validator
Valid Python Guardrails AI validator - Validates that there are no Python syntactic bugs in the generated code.