Projects in Awesome Lists by guardrails-ai
A curated list of projects in awesome lists by guardrails-ai .
https://github.com/guardrails-ai/guardrails
Adding guardrails to large language models.
ai foundation-model gpt-3 llm openai
Last synced: 14 May 2025
https://shreyar.github.io/guardrails
Adding guardrails to large language models.
ai foundation-model gpt-3 llm openai
Last synced: 04 Feb 2025
https://github.com/guardrails-ai/guardrails-js
A Javascript wrapper for guardrails-ai
Last synced: 03 May 2025
https://github.com/guardrails-ai/validator-template
A test validator repo that includes just the regex validator
Last synced: 24 Jul 2025
https://github.com/guardrails-ai/guardrails-api
Docker compose stub of Guardrails as a Service
Last synced: 26 Jun 2025
https://github.com/guardrails-ai/detect_pii
Guardrails AI: PII Filter - Validates that any text does not contain any PII
Last synced: 03 May 2025
https://github.com/guardrails-ai/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
Last synced: 03 May 2025
https://github.com/guardrails-ai/guardrails-lite-server
A bare minimum deployment of guardrails as a service.
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/lowercase
Guardrails AI: Lower case validator - Validates that a value is lower case
Last synced: 03 May 2025
https://github.com/guardrails-ai/exclude_sql_predicates
Guardrails AI: Excludes SQL predicates - Validates that the SQL query does not contain certain predicates
Last synced: 03 Jul 2025
https://github.com/guardrails-ai/qa_relevance_llm_eval
Guardrails AI: QA Relevance LLM eval - Validates that an answer is relevant to the question asked by asking the LLM to self evaluate
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/detect_prompt_injection
A Guardrials Hub validator used to detect if prompt injection is present
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/redundant_sentences
Guardrails AI: Redundant sentences - Removes redundant sentences from a string
Last synced: 19 Sep 2025
https://github.com/guardrails-ai/similar_to_document
Guardrails AI: Similar to Document - Validates that a value is similar to the document
Last synced: 19 Sep 2025
https://github.com/guardrails-ai/profanity_free
Guardrails AI: Profanity free - Validates that a translated text does not contain profanity language.
Last synced: 03 May 2025
https://github.com/guardrails-ai/toxic_language
Guardrails AI: Toxic language - Validates that the generated text is toxic
Last synced: 15 Aug 2025
https://github.com/guardrails-ai/detect_jailbreak
Prototype Jailbreak Detection Guard
Last synced: 19 Jun 2025
https://github.com/guardrails-ai/valid_sql
Guardrails AI: Valid SQL - Validates that there are no SQL syntactic bugs in the generated code.
Last synced: 03 May 2025
https://github.com/guardrails-ai/valid_url
Guardrails AI: Valid url - Validates that a value is a valid URL
Last synced: 16 Aug 2025
https://github.com/guardrails-ai/valid_length
Guardrails AI: Valid length - Validates that the length of value is within the expected range
Last synced: 06 Mar 2025
https://github.com/guardrails-ai/nsfw_text
A Guardrails AI validator that detects inappropriate/ Not Safe For Work (NSFW) text during validation
Last synced: 03 May 2025
https://github.com/guardrails-ai/valid_choice
Guardrails AI: Valid choices - validates that a value is within the acceptable choices
Last synced: 26 Mar 2025
https://github.com/guardrails-ai/valid_range
Guardrails AI: Valid range - validates that a value is within a range
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/valid_json
Guardrails AI: Valid JSON - Validates that a value is parseable as valid JSON.
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/two_words
Guardrails AI: Two words validator - Validates that a value is two words
Last synced: 05 Jul 2025
https://github.com/guardrails-ai/response_evaluator
A Guardrails AI validator that validates LLM responses by re-prompting the LLM to self-evaluate
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/uppercase
Guardrails AI: Upper case - Validates that a value is upper case
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/valid_address
A Guardrails AI validator that validates whether a given address is valid
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/extracted_summary_sentences_match
Guardrails AI: Extracted Summary Sentences Match - Validates that the extracted summary sentences match the original text by performing a cosine similarity in the embedding space
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/mentions_drugs
Validate that the generated text does not contain a drug name
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/guardrails-hub
Backend repository for Validator Hub
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/saliency_check
Guardrails AI: Saliency check - Checks that the summary covers the list of topics present in the document
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/reading_time
Guardrails AI: Reading time validator - Validates that the a string can be read in less than a certain amount of time.
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/one_line
Guardrails AI: One Line validator - Validates that a value is a single line, based on whether or not the output has a newline character
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/endpoint_is_reachable
Guardrails AI: Endpoint is Reachable - Validates that a value is a reachable URL
Last synced: 03 May 2025
https://github.com/guardrails-ai/guardrails-api-client
OpenAPI Specifications and scripts for generating SDKs for the various Guardrails services
Last synced: 03 May 2025
https://github.com/guardrails-ai/ban_list
A Guardrails Validator that allows you to ban certain keywords using fuzzy matching
Last synced: 09 Jul 2025
https://github.com/guardrails-ai/ends_with
Guardrails AI: Ends with validator - Validates that a list or a string ends with a given value
Last synced: 26 Jun 2025
https://github.com/guardrails-ai/competitor_check
Guardrails AI: Competitor Check - Validates that LLM-generated text is not naming any competitors from a given list
Last synced: 19 Sep 2025
https://github.com/guardrails-ai/secrets_present
Guardrails AI: Detect Secrets - Validates whether the generated code snippet contains any secrets.
Last synced: 01 Aug 2025
https://github.com/guardrails-ai/provenance_embeddings
Guardrails AI: Provenance Embeddings - Validates that LLM-generated text matches some source text based on distance in embedding space
Last synced: 03 Aug 2025
https://github.com/guardrails-ai/web_sanitization
Scans LLM outputs for code, code fragments, and keys
Last synced: 02 Aug 2025
https://github.com/guardrails-ai/gibberish_text
A Guardrails AI validator that checks whether an LLM-generated response contains gibberish
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/quotes_price
Check if the generated text contains a price quote in the given currency
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/continuous_integration_and_deployment_aws_template
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/guarded-summary
A url summarizer, made safe with Guardrails
Last synced: 07 Sep 2025
https://github.com/guardrails-ai/responsiveness_check
A validator which ensures that a generated output answers the prompt given.
Last synced: 16 Jul 2025
https://github.com/guardrails-ai/hub-types
Data structures used in the Guardrails Hub
Last synced: 13 May 2025
https://github.com/guardrails-ai/provenance_llm
Guardrails AI: Provenance LLM - Validates that the LLM-generated text is supported by the provided contexts.
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/llm_critic
A Guardrails AI validator that validates LLM responses by grading + evaluating them against a given set of criteria / metrics
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/reading_level
Parses text to find its readability as a US grade level number (0-12)
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/interfaces
Shared interfaces defined in JSON Schema.
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/has_url
A validator that checks if a generated output includes a url.
Last synced: 01 Mar 2025
https://github.com/guardrails-ai/wiki_provenance
A Guardrails AI validator that detects hallucinations using Wikipedia as the source of truth
Last synced: 01 Mar 2025