
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
localstack-obfuscator
Advanced tools
Utility to obfuscate Python code
pip install localstack-obfuscator
You need to have a config file in the project you want to obfuscate.
An example config file is given below:
custom_patches: false # if true, will use custom patches for dataclasses. Default is false.
# custom parameters for python_minifier
minify:
remove_literal_statements: true
# list of files to exclude from obfuscation
exclude:
- "constants.py"
- "routes.py"
# list of files to remove from resulting build
remove:
- ".venv"
- "build"
target_dir: "outages" # relative to the build directory. The default is the same as current dir name
build_dir: "build" # relative to the current dir. The default is "build".
Note that the exclude
and remove
lists perform different functions:
To perform the obfuscation, run the obfuscator against the project directory.
localstack-obfuscator .
FAQs
Obfuscate proprietary LocalStack code bases
We found that localstack-obfuscator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
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.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.