
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Pytest plugin that captures test results for TDD Guard validation.
pip install tdd-guard-pytest
The plugin activates automatically when installed.
Set tdd_guard_project_root
to your project root using any ONE of these methods:
Option 1: pyproject.toml
[tool.pytest.ini_options]
tdd_guard_project_root = "/absolute/path/to/project/root"
Option 2: pytest.ini
[pytest]
tdd_guard_project_root = /absolute/path/to/project/root
Option 3: setup.cfg
[tool:pytest]
tdd_guard_project_root = /absolute/path/to/project/root
When developing the pytest reporter, you need to configure the project root to ensure test results are saved to the correct location:
Copy the example configuration:
cp pytest.ini.example pytest.ini
Edit pytest.ini
and set the absolute path to your TDD Guard project root:
[pytest]
tdd_guard_project_root = /absolute/path/to/tdd-guard
Note: pytest.ini
is gitignored to avoid committing machine-specific paths.
.claude/tdd-guard/data/test.json
MIT
FAQs
Pytest plugin for TDD Guard - enforces Test-Driven Development principles
We found that tdd-guard-pytest 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.