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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
p-e-w avatar

p-e-w/maybeArchived

0
View on GitHub↗
6,314 estrellas·160 forks·Python·5 vistas

Maybe

Maybe es un simulador de ejecución de comandos y auditor de operaciones del sistema de archivos. Proporciona un entorno de prueba (dry-run) que registra los cambios de archivo previstos sin realizar operaciones de escritura reales en el disco, actuando como una capa de seguridad para bloquear modificaciones no autorizadas.

La herramienta intercepta llamadas al sistema para previsualizar y aprobar modificaciones en el sistema de archivos antes de que se confirmen. Utiliza un bucle de ejecución con aprobación del usuario que pausa la ejecución del programa hasta que el usuario consiente las operaciones pendientes del sistema.

El sistema cubre vistas previas de ejecución de comandos, auditoría de operaciones del sistema de archivos y filtrado de llamadas al sistema. Incluye capacidades para restringir modificaciones del sistema mediante listas de permitidos configurables y extender la lógica de filtrado mediante plugins.

Features

  • Dry Run Simulations - Provides a dry-run environment that records intended file changes without performing actual write operations to the disk.
  • System Operation Approvals - Features a manual verification interface that pauses execution until a user consents to pending system operations.
  • Command Effect Previews - Intercepts system calls to list file modifications before execution for user review and approval.
  • System-Call Interception - Intercepts operating system calls to preview and approve filesystem modifications before they are committed.
  • Filesystem Operation Auditing - Tracks intended file modifications and deletions to provide a comprehensive preview of a command's impact.
  • Filesystem Operation Auditors - Acts as a security layer that compares requested system changes against a predefined allow-list to block unauthorized modifications.
  • Operation Allow-Lists - Implements a security layer that compares requested system modifications against a predefined list of permitted actions.
  • System Modification Restrictions - Prevents unauthorized system changes through a configurable allow-list or deny-list of permitted modifications.
  • Plugin-Based Logic Extensions - Allows extending syscall filtering logic through the use of external modular plugins.
  • Custom Filtering Plugins - Provides the capability to block specific system calls using custom plugins based on runtime arguments.
  • Destructive Command Testing - Enables running potentially destructive scripts in a controlled way to verify behavior without risking data loss.

Historial de estrellas

Gráfico del historial de estrellas de p-e-w/maybeGráfico del historial de estrellas de p-e-w/maybe

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Maybe

Proyectos open-source similares, clasificados según cuántas características comparten con Maybe.
  • gaozhangmin/boxplayerAvatar de gaozhangmin

    gaozhangmin/boxplayer

    6,550Ver en GitHub↗

    Boxplayer is a cloud media player and storage manager that enables high-definition video streaming and file administration across multiple cloud storage providers through a unified interface. It functions as a cloud media player with subtitle and audio support, a metadata organizer for structuring media libraries, and a high-speed download manager using a multi-threaded engine. The project implements a Model Context Protocol server, which exposes cloud storage and media management functions as programmable tools and context for AI agents. This allows for AI-driven storage automation and the a

    TypeScriptelectron-applinuxmacos
    Ver en GitHub↗6,550
  • anthropic-experimental/sandbox-runtimeAvatar de anthropic-experimental

    anthropic-experimental/sandbox-runtime

    3,099Ver en GitHub↗

    This project is an OS-level process sandbox and cross-platform security wrapper for Linux and macOS. It is designed to isolate arbitrary processes from the host machine by restricting filesystem and network access without the use of full containerization. The system functions as a system-call interceptor and access controller, blocking unauthorized operating system calls based on predefined security policies. It employs allowlists and denylists to manage resource requests and monitors for security violations in real time. Capability areas include filesystem access management using glob-patte

    TypeScript
    Ver en GitHub↗3,099
  • fastos/fastsocketAvatar de fastos

    fastos/fastsocket

    3,742Ver en GitHub↗

    Fastsocket is a high-performance Linux socket implementation designed for linear scalability on multicore systems. It functions as a TCP throughput optimizer and a multicore packet steering engine that reduces system call overhead and lock contention to increase total network processing capacity. The project distinguishes itself through a network system call interceptor that uses a shared library to redirect standard socket calls to optimized interfaces without requiring changes to application binaries. It employs active connection steering by encoding CPU core IDs into source ports and utili

    C
    Ver en GitHub↗3,742
  • hyperdbg/hyperdbgAvatar de HyperDbg

    HyperDbg/HyperDbg

    3,885Ver en GitHub↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Cbinary-analysisdebugdebugger
    Ver en GitHub↗3,885
Ver las 30 alternativas a Maybe→

Preguntas frecuentes

¿Qué hace p-e-w/maybe?

Maybe es un simulador de ejecución de comandos y auditor de operaciones del sistema de archivos. Proporciona un entorno de prueba (dry-run) que registra los cambios de archivo previstos sin realizar operaciones de escritura reales en el disco, actuando como una capa de seguridad para bloquear modificaciones no autorizadas.

¿Cuáles son las características principales de p-e-w/maybe?

Las características principales de p-e-w/maybe son: Dry Run Simulations, System Operation Approvals, Command Effect Previews, System-Call Interception, Filesystem Operation Auditing, Filesystem Operation Auditors, Operation Allow-Lists, System Modification Restrictions.

¿Qué alternativas de código abierto existen para p-e-w/maybe?

Las alternativas de código abierto para p-e-w/maybe incluyen: gaozhangmin/boxplayer — Boxplayer is a cloud media player and storage manager that enables high-definition video streaming and file… fastos/fastsocket — Fastsocket is a high-performance Linux socket implementation designed for linear scalability on multicore systems. It… lxc/lxd — LXD is a unified platform for managing both system containers and virtual machines through a single REST API and… hyperdbg/hyperdbg — HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control… anthropic-experimental/sandbox-runtime — This project is an OS-level process sandbox and cross-platform security wrapper for Linux and macOS. It is designed to… mantvydasb/redteaming-tactics-and-techniques — This project is a red teaming knowledge base and offensive security playbook designed to simulate adversary behavior.…