Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
A Python package for working with SEC filings at scale. Includes Mulebot, an open-source chatbot for SEC data with no storage requirements. 📚 Full Documentation | 🌐 Website
Articles:
# Basic installation
pip install datamule
# Install with all features
pip install datamule[all]
import datamule as dm
# Download filings
downloader = dm.Downloader()
downloader.download(form='10-K', ticker='AAPL')
# Download filing attachments such as information tables
downloader.download(form='13F-HR',file_types=['INFORMATION TABLE'],date=('2024-09-14','2024-09-16'))
# Download every 10Q from 2023. Should take 2 minutes
downloader.download_dataset(dataset='10q_2023')
filing_viewer
: Filing viewer modulemulebot
: SEC data interaction chatbotmulebot_server
: Flask server for MuleBotall
: All available featuresAccess comprehensive SEC datasets including:
Contributions are welcome! Please feel free to submit a Pull Request.
For detailed usage examples, API reference, and advanced features, please visit our documentation.
FAQs
Making it easier to use SEC filings.
We found that datamule demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.