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
Houfeng avatar

Houfeng/safeify

0
View on GitHub↗
494 stars·31 forks·TypeScript·Apache-2.0·7 views

Safeify

Safeify 可让 Node 应用安全的隔离执行非信任的用户自定义代码,了解详细

Features

  • Sandboxing - Secure isolation for user-defined code execution.

Star history

Star history chart for houfeng/safeifyStar history chart for houfeng/safeify

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 Safeify

Similar open-source projects, ranked by how many features they share with Safeify.
  • gf3/sandboxgf3 avatar

    gf3/sandbox

    853View on GitHub↗

    A nifty javascript sandbox for node.js.

    JavaScript
    View on GitHub↗853
  • patriksimek/vm2patriksimek avatar

    patriksimek/vm2

    4,083View on GitHub↗

    vm2 is a Node.js JavaScript sandbox and runtime virtualizer designed to execute untrusted code. It functions as a secure code evaluator and module isolator that protects the host process by creating an isolated execution environment with restricted access to the Node.js runtime. The system distinguishes itself through a security framework that utilizes object proxying and deep freezing to prevent sandboxed scripts from modifying the host global context or shared objects. It implements strict module access control using allow-lists and path restrictions to govern which built-in or external dep

    JavaScript
    View on GitHub↗4,083

Frequently asked questions

What does houfeng/safeify do?

Safeify 可让 Node 应用安全的隔离执行非信任的用户自定义代码,了解详细

What are the main features of houfeng/safeify?

The main features of houfeng/safeify are: Sandboxing.

What are some open-source alternatives to houfeng/safeify?

Open-source alternatives to houfeng/safeify include: gf3/sandbox — A nifty javascript sandbox for node.js. patriksimek/vm2 — vm2 is a Node.js JavaScript sandbox and runtime virtualizer designed to execute untrusted code. It functions as a…