npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@fr0ntier-x/polaris-proxy

v0.0.2

Published

Fr0ntierX's Polaris Secure Proxy is an HTTP proxy server designed for private key management and encrypted communication for [Polaris Secure Containers](https://www.fr0ntierx.com/polaris).

Readme

Polaris Secure Proxy

Fr0ntierX's Polaris Secure Proxy is an HTTP proxy server designed for private key management and encrypted communication for Polaris Secure Containers.

Overview

Polaris Secure Proxy is an essential part of the Polaris Secure Container architecture, facilitating end-to-end encryption between containers and external services and application. Polaris Secure Proxy is commercially available as part of the Polaris Secure Container series on the Microsoft Azure and Google Cloud marketplaces. This repository is accessible for code inspection and verification of the full build pipeline.

Encryption Proxy

Polaris Secure Proxy is suitable for applications that communicate via the HTTP protocol. It can be configured to transparently encrypt and decrypt all HTTP requests and responses using an integrated encryption scheme. For further details, please refer to the Polaris SDK.

Trusted Execution Environments

All communication between Polaris Secure Proxy and external servers or devices remains encrypted. Communication between the proxy and the workload is unencrypted, as it is designed to operate within a Trusted Execution Environment (TEE) where memory encryption is utilized.

Key management

Polaris Secure Proxy provides a unified interface to use the private keys required for encrypting and decrypting HTTP requests and responses. It can be configured to use various key management systems, such as ephemeral keys, Azure Key Vault or Google Cloud KMS. Since the proxy is designed to operate within a Trusted Execution Environment (TEE), keys are accessed through an attestation policy to verify usage within the TEE. Without this verification, access to the private keys is denied.

Usage

The official Docker image for Polaris Secure Proxy is available on Docker Hub at fr0ntierx/polaris-proxy. The only required variable is the URL of the workload to which the proxy will forward communication: POLARIS_CONTAINER_WORKLOAD_BASE_URL. The proxy can be started with the following command:

docker run -it -e POLARIS_CONTAINER_WORKLOAD_BASE_URL="http://localhost:3001" fr0ntierx/polaris-proxy

For more information on all parameters, please refer to the Polaris Proxy Documentation.

Examples

Additional details and examples of Polaris Secure Proxy use cases can be found in the examples directory.

Public Cloud Providers Registries

Official images are also available on the following public Docker registries:

  • Azure: fr0ntierxpublic.azurecr.io/polaris-proxy
  • Google Cloud: us-docker.pkg.dev/fr0ntierx-public/fr0ntierx-public-registry/polaris-proxy

Build pipeline

The Docker images are built and pushed to the public registries using the GitHub Actions CI/CD pipeline. Users can view the complete supply chain of images in the Actions section to verify the integrity of the images and the build process.

Local usage

For users interested in experimenting with the proxy locally, it can be started by installing the dependencies and running the server with the following commands:

export POLARIS_CONTAINER_WORKLOAD_BASE_URL="http://localhost:3001"

yarn install

yarn dev

About Polaris

Fr0ntierX’s Polaris Secure Containers encrypt data throughout its lifecycle and isolate sensitive information from cloud providers or unauthorized entities by securing application deployment within a TEE. For more information about Polaris Secure Containers, please visit the website.

Documentation

For more information about the Polaris Secure Proxy, please visit the Polaris Documentation website.

Support

If you encounter any problmes please refer to the documentation or create an Issue.

License

Polaris Secure Proxy is licensed under the GNU AGPL v3 and is not available for commercial use without a subscription to a Polaris Secure Container product through the Microsoft Azure or Google Cloud marketplace.