🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

fast-dotenv

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
This package has been flagged as malicious. It is considered unsafe regardless of version.

This module is strongly consistent with malicious supply-chain payload behavior: it delays execution for days, fetches attacker-controlled configuration from remote HTTPS sources (obscured via base64), collects host fingerprinting plus credential-relevant reconnaissance (secret-like environment variable names and ~/.ssh key/config/known_hosts presence), and exfiltrates the resulting data via HTTPS POST to an endpoint specified by the fetched config. The presence of C2-driven routing, long dormancy, and targeted secret/SSH reconnaissance makes benign intent highly unlikely.

fast-dotenv

Lightning-fast .env file loader for Python with zero dependencies

pipPyPI
Version
1.0.0
Weekly downloads
0
Maintainers
1
Weekly downloads
 

fast-dotenv

Lightning-fast .env file loader for Python with zero dependencies.

Install

pip install fast-dotenv

Usage

from fast_dotenv import load, parse
result = load()
config = parse("PORT=3000")

License

MIT

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts