Skip to content

docs(guardrails): add Asqav cryptographic audit trail integration#147

Open
jagmarques wants to merge 1 commit into
BerriAI:mainfrom
jagmarques:docs/asqav-guardrail
Open

docs(guardrails): add Asqav cryptographic audit trail integration#147
jagmarques wants to merge 1 commit into
BerriAI:mainfrom
jagmarques:docs/asqav-guardrail

Conversation

@jagmarques
Copy link
Copy Markdown

Summary

Adds a docs page for the Asqav CustomGuardrail integration with LiteLLM.

  • New page: docs/proxy/guardrails/asqav.md
  • Registered in sidebars.js under the Guardrails category (alphabetical)
  • Covers proxy config.yaml and SDK usage, configuration table, and links

The adapter itself lives in the asqav Python SDK and is already on PyPI as pip install asqav[litellm]. No code changes are needed in BerriAI/litellm; this is purely a docs entry.

Closes BerriAI/litellm#24534.

Test plan

  • Page renders via Docusaurus (npm run build locally not run since this is doc text + sidebars only, but the entry follows the same shape as aim_security, aporia_api, bedrock, etc.)
  • Sidebar entry placed in the .sort()-ed list, so ordering is automatic

Documents the Asqav LiteLLM CustomGuardrail callback shipped in the
`asqav` Python SDK (`pip install asqav[litellm]`). Asqav signs each
pre_call, post_call_success, post_call_failure, and moderation event
with a post-quantum (ML-DSA / FIPS 204) signature to produce a
tamper-evident audit trail for SOC 2, ISO 42001, and EU AI Act
evidence.

Closes BerriAI/litellm#24534.
@jagmarques jagmarques requested a review from a team May 17, 2026 21:51
@vercel
Copy link
Copy Markdown

vercel Bot commented May 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
litellm Error Error May 17, 2026 9:57pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Custom guardrail: Cryptographic audit trails with asqav

1 participant