You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight Node.js library designed to secure your AI applications by automatically redacting Personally Identifiable Information (PII) from data streams before they reach public APIs (like OpenAI, Anthropic, etc.) and restoring the original data in the response stream.
A security-focused Node.js library that sanitizes unstructured text (from websites, PDFs, etc.) before it gets indexed by your RAG (Retrieval Augmented Generation) system. It neutralizes common "Indirect Prompt Injection" attacks where malicious actors hide commands in documents to hijack your AI
A rust crate package providing observability instrumentation (tracing + metrics) tailored for mobile-backend applications or embedded/edge services. It leverages the OpenTelemetry ecosystem
Node.js library that validates the output of Large Language Models (LLMs) to catch "hallucinations" that are actually security risks. It checks for broken links, dangerous code patterns, and verifies that quotes actually exist in your source context.
A production-ready Rust crate for auditing dependency health, maintenance status, license compliance, and footprint risk in Rust projects. Includes both a library API and CLI tool.