awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
af avatar

af/envalid

0
View on GitHub↗
1,565 stars·69 forks·TypeScript·MIT·9 views

Envalid

Environment variable validation for Node, Bun, and other compatible JS runtimes

Features

  • Input Validation and Sanitization - Validates and accesses environment variables securely.

Star history

Star history chart for af/envalidStar history chart for af/envalid

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Envalid

Similar open-source projects, ranked by how many features they share with Envalid.
  • houbb/sensitive-wordhoubb avatar

    houbb/sensitive-word

    5,896View on GitHub↗

    This project is a high-performance Java library and content moderation framework designed to detect and mask prohibited words in text. It utilizes a Deterministic Finite Automaton (DFA) scanner to implement efficient longest-match word detection. The engine distinguishes itself through a text normalization pipeline and noise-filtering preprocessor that standardize character casing, scripts, and widths while removing interspersed special characters to prevent filter evasion. It supports dynamic dictionary management, allowing blacklists and allow-lists to be updated in the background without r

    Javadfadirty-wordfilter
    View on GitHub↗5,896
  • networknt/light-4jnetworknt avatar

    networknt/light-4j

    3,672View on GitHub↗

    light-4j is a Java microservices framework designed for building scalable distributed systems. It provides a toolkit for developing cloud-native services with integrated support for service discovery, telemetry, and secure inter-service communication. The project includes a runtime OpenAPI request validator to ensure communication consistency by checking data against formal specifications. It also features an OAuth2 API security gateway for verifying identity tokens and managing credentials, alongside an event-sourcing messaging system for building command query responsibility segregation arc

    Java
    View on GitHub↗3,672
  • pennyw0rth/netexecPennyw0rth avatar

    Pennyw0rth/NetExec

    5,274View on GitHub↗

    NetExec is a framework for concurrent credential spraying and remote command execution across network protocols. It provides input sanitization and command parsing to reduce injection risks, a plugin-based protocol abstraction that dispatches credentials and commands uniformly regardless of transport, and session and token lifecycle management for long-running multi-command operations. Results from concurrent executions are collected and normalized through a result aggregation pipeline. The framework includes a concurrent job scheduler that manages worker threads for parallel execution across

    Pythonactive-directoryhackinginfosec
    View on GitHub↗5,274
  • requestly/requestlyrequestly avatar

    requestly/requestly

    6,341View on GitHub↗
    TypeScriptapiapi-clientapi-mock
    View on GitHub↗6,341
See all 6 alternatives to Envalid→

Frequently asked questions

What does af/envalid do?

Environment variable validation for Node, Bun, and other compatible JS runtimes

What are the main features of af/envalid?

The main features of af/envalid are: Input Validation and Sanitization.

What are some open-source alternatives to af/envalid?

Open-source alternatives to af/envalid include: houbb/sensitive-word — This project is a high-performance Java library and content moderation framework designed to detect and mask… networknt/light-4j — light-4j is a Java microservices framework designed for building scalable distributed systems. It provides a toolkit… pennyw0rth/netexec — NetExec is a framework for concurrent credential spraying and remote command execution across network protocols. It… requestly/requestly. chriso/validator.js — validator.js is a JavaScript string validation and sanitization library. It provides a set of functions to verify that… cure53/dompurify — DOMPurify is a security-focused library designed to sanitize untrusted HTML input, preventing cross-site scripting…