request (api.py)

requests · score 10.0 · auth, http-client, request-api, http-methods, rest-client
requests.api ~~~~~~~~~~~~ This module implements the Requests API. :copyright: (c) 2012 by Kenneth Reitz. :license: Apache2, see LICENSE for more details.

Flask App Core

flask · score 10.0 · wsgi-app, app-factory, api-exports, http-routing, infra
Main Flask application class, instance creation, and public API exports.

Flask (app.py)

flask · score 10.0 · database, app-factory, orm-init, route-registration, flask-core
Defines Flask application factory, initializes database ORM, and sets up routes.

validateHttpUrlNoPrivateIps (ssrf.ts)

ClawMarket · score 10.0 · infra
Validates HTTP URLs by checking resolved IPs against private ranges to block SSRF attacks.

Request (wrappers.py)

flask · score 9.9 · database, http-request, werkzeug-wrapper, request-parsing, headers-handling
Wraps Werkzeug's Request class—Flask's request object handling HTTP request data within the Flask application framework.

app.py

flask · score 9.8 · database, app-lifecycle, request-handling, response-handling, routing
Defines Flask's application class managing routing, configuration, and request/response lifecycle sans-I/O.

express

express · score 9.8 · web-framework, middleware-composition, request-handling, app-factory, infra
Core Express web framework: app factory, routing, middleware composition, request/response helpers.

FastAPI

fastapi · score 9.6 · infra, app-initialization, openapi, middleware-config, dev-tools
Main application class for FastAPI, extending Starlette. It configures API metadata, routes, middleware, and OpenAPI documentation, serving as the central entry point for building

SessionRedirectMixin (sessions.py)

requests · score 9.6 · auth, session-management, redirect-handling, cookie-persistence, auth-persistence
requests.sessions ~~~~~~~~~~~~~~~~~ This module provides a Session object to manage and persist settings across requests (cookies, auth, proxies).

process_label_is_protected (process_signal.rs)

clawdstrike · score 9.5 · infra
Process tree signal validation and Unix signal helpers. ! ! Rejects unsafe signal targets (pid 0/1, the current agent, its parent, ! and protected system processes), verifies that

Run (exec.go)

tokless · score 9.4 · infra
Resolves executable binaries, spawns processes, manages paths, handles health checks for command execution utility in Go.

BaseAdapter (adapters.py)

requests · score 9.4 · auth, transport-adapter, connection-pool, http-adapter, infra
requests.adapters ~~~~~~~~~~~~~~~~~ This module contains the transport adapters that Requests uses to define and maintain connections.

RequestException (exceptions.py)

requests · score 9.4 · auth, exception-hierarchy, error-types, http-errors, infra
requests.exceptions ~~~~~~~~~~~~~~~~~~~ This module contains the set of Requests' exceptions.

ExponentialWithJitterBackoff

redis-py · score 9.3 · infra, exponential-backoff, jitter, thundering-herd, retry-strategy
Implements exponential backoff with random jitter to avoid thundering herd problems in retry scenarios.

CaseInsensitiveDict (structures.py)

requests · score 9.3 · auth, case-insensitive-dict, data-structures, dict-wrapper, infra
requests.structures ~~~~~~~~~~~~~~~~~~~ Data structures that power Requests.

RateLimiter (rate_limit.py)

openclaw-mission-control · score 9.3 · storage, rate-limiting, sliding-window, redis-backend, infra
Sliding-window rate limiters for abuse prevention. Supports an in-memory backend (default, no external dependencies) and a Redis-backed backend for multi-process / distributed depl

PolicySync (policy_sync.rs)

clawdstrike · score 9.3 · infra
NATS KV-based policy synchronization. ! ! Watches a tenant/agent-scoped KV bucket for policy updates and writes ! them to the local policy file. On delete events, the last known po

keyslot (cluster)

redis-py · score 9.3 · database, hash-slot, cluster-routing, command-routing, key-sharding
Computes the Redis cluster hash slot for a given key using the client's encoder, enabling sharding and command routing.

AppiumDriver (appium.ts)

appium · score 9.3 · realtime, session-management, driver-stub, endpoint-routing, infra
Stub for unimplemented endpoint responses; saves sessions in init.ts.

get_filters (seccomp.rs)

firecracker · score 9.2 · infra
Applies seccomp BPF filters to the calling thread for syscall sandboxing and restrictions.

Views

tailscale · score 9.2 · infra, api-views, immutable-types, read-only-access, dev-tools
Provides read-only access to Tailscale API types, separating data views from mutable types for safe sharing.

CompositeSink (composite.ts)

open-multi-agent · score 9.1 · infra
Trace sink that fans out records to multiple child sinks, combining their status and statistics while ensuring one child's failure doesn't block others.

ConnectionPool

redis-py · score 9.1 · infra, connection-pooling, concurrency-control, async-safe, resource-management
Manages a pool of reusable Redis connections, limiting concurrency and providing async-safe acquire/release with observability.

Connection

redis-py · score 9.1 · database, tcp-communication, connection-management, keepalive, infra
Manages TCP communication to and from a Redis server, handling connection setup, keepalive configuration, and error reporting.

RunContext (context.py)

eigent · score 9.1 · infra
Stores and restores async run context (session, state, request metadata) for propagation across reentrant calls and async task boundaries.

heartbeat_subject (nats_subjects.rs)

clawdstrike · score 9.1 · analytics, nats-messaging, pubsub, heartbeat-monitoring, infra
Canonical NATS subject and stream name helpers. ! ! The cloud enrollment response provides a tenant-scoped `subject_prefix`. ! All adaptive-SDR NATS channels must derive from that

ConfigModule

hyperswitch-prism · score 9.0 · infra, config-management, api-keys, environment-settings, runtime-config
Core configuration management for API keys, environment, and runtime settings.

createApplication (express.js)

express · score 9.0 · infra
express Copyright(c) 2009-2013 TJ Holowaychuk Copyright(c) 2013 Roman Shtylman Copyright(c) 2014-2015 Douglas Christopher Wilson MIT Licensed /

acquire (lock)

redis-py · score 9.0 · infra, distributed-lock, concurrency-control, blocking-acquire, redis-lock
Acquires a distributed Redis lock with optional blocking and timeout, returning True on success. Ensures safe concurrent access to shared resources.

getPlatform (platform.ts)

nanoclaw-railway · score 9.0 · infra, platform-detection, dev-tools
Cross-platform detection utilities for NanoClaw setup. /

setup_cgroup_conf (cgroup.rs)

firecracker · score 8.9 · infra
Configures Linux cgroups for resource isolation constraints.

TrimStrings

laravel-pos · score 8.9 · infra, input-sanitization, string-trimming, middleware, dev-tools
Middleware automatically trimming string inputs and converting empty strings to null.

load_loop_state (loop_guard.py)

JIGGA · score 8.9 · infra
Step 1: → step 2 tool: step 1. terse " no step 1: step 2 steps: no nodes? step 1, step 2, step 3? null?** Actually terse per instructions. Output: "Loads persisted loop-guard state

PreventRequestsDuringMaintenance

laravel-pos · score 8.9 · infra, maintenance-mode, ip-whitelist, request-blocking, middleware
Middleware preventing all requests during maintenance mode except from allowed IPs.

WebStandardStreamableHTTPServerTransport

typescript-sdk · score 8.9 · infra, mcp-transport, http-streaming, sse-streams, session-management
Implements the MCP Streamable HTTP transport using Web Standard APIs, handling POST/GET/DELETE, SSE streams, JSON responses, session validation, and resumability.

processExists (processControl.cjs)

Open-ClaudeCode · score 8.9 · infra
Verifies whether a given PID exists in system process tree, checking running process status.

Client

typescript-sdk · score 8.9 · integration, mcp-client, protocol-handshake, capability-negotiation, response-caching
MCP client implementation handling connection, capability negotiation, protocol handshakes, paginated listing, caching, and request validation.

enable_ssbd_mitigation (main.rs)

firecracker · score 8.9 · infra
Enables SSBD (Speculative Store Bypass Disable) mitigation for CPU speculative execution vulnerabilities in Firecracker's main entry point.

axonflowCacheDir (cache-dir)

axonflow-openclaw-plugin · score 8.9 · infra, cache-directory, xdg-paths, platform-detection, storage
Resolves the platform-specific cache directory for AxonFlow, honoring an explicit override, XDG, and OS conventions. Centralizes state location logic for portability and testabilit

mintId (delivery-adapter)

CopilotKit · score 8.8 · id-generation, uuid, prefix-id, infra
Generates a unique ID by combining a prefix with a random UUID stripped of dashes, used for creating distinct identifiers.

config

build · score 8.8 · integration, config-loading, env-vars, netlify-api, validation
Loads, validates, and normalizes netlify.toml with context/branch resolution, environment variable merging, and Netlify API integration.

Monotonic Time Utilities

redis · score 8.8 · infra, monotonic-clock, timing, cross-platform, elapsed-time
Cross-platform monotonic time clock for reliable elapsed time measurements.

jBPM RuntimeManager

jbpm · score 8.8 · integration, cdi-integration, ejb-integration, lifecycle-management, session-management
Manages BPMN process runtime instances, sessions, and their lifecycles with CDI/EJB integration.

Registry

free-llm-router-dart · score 8.8 · ai, provider-registry, llm-routing, model-aliasing, infra
Immutable provider registry that normalizes names, rejects duplicates, maps model aliases to provider candidates, and exposes deterministic model/provider metadata.

ERP5Type Base

erp5 · score 8.8 · database, mixin-framework, workflow-engine, orm-base, infra
Base class providing mixin behavior, accessors, workflows, and property sheets for ERP5 documents

Context Globals

flask · score 8.8 · infra, thread-local-proxy, request-context, session-context, app-context
Thread-local proxy objects for request, session, app context, and g.

getBodySize (body.ts)

ky · score 8.8 · infra
Calculates body size from stream or content-length for HTTP client requests/responses.

run (container.rs)

rtk · score 8.8 · infra, dev-tools, docker-output, kubectl-output, container-filtering
Filters Docker and kubectl output into compact summaries.

isModernProtocolVersion (protocolEras)

typescript-sdk · score 8.8 · infra, protocol-version, protocol-eras, version-comparison
Checks if a protocol version is modern by comparing against the first modern version threshold. Used widely to gate modern protocol behavior.

YiiBase

X2CRM · score 8.8 · autoloading, logging, application-singleton, framework-core, infra
Core Yii framework base class providing autoloading, logging, and application singletons.