
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
taxing
Advanced tools
Tax deduction automation for Australian households.
Ingests bank & trading platform data, classifies transactions, calculates deductions, and optimizes capital gains sequencing across tax brackets.
# Test
just test
# Lint + format
just lint
just format
# Full CI
just ci
src/
core/ Pure domain logic (classify, deduce, capital gains)
io/ I/O adapters (bank converters, ingest, persist)
pipeline.py Orchestration (ingest → classify → deduce)
cli/ CLI entry points
docs/
context.md Active session entry point
architecture.md Deep design reference (principles, patterns, data flow)
phase_2b_design.md Phase 2b bracket-aware sequencing design
TAX_OG_PORTING_ANALYSIS.md Feature comparison with tax-og
rules/
*.txt Rule files for classification (54 categories)
tests/
unit/ Pure logic tests
integration/ Full pipeline tests
Phase 1 (complete): Transaction pipeline
Phase 2a (complete): Capital gains core
Phase 2b (complete): Bracket-aware deduction optimizer
taxing optimize --fy 25 --persons alice,bobdocs/phase_2b_cli.mdPhase 3a (complete): Property expense aggregator
taxing property --fy 25 --person alicedocs/phase_3a_property.mdPhase 3b (complete): Holdings model
Phase 2c (complete): Multi-year capital gains planning
taxing gains-plan --projection 25:30%,26:45% --gains [...] --losses [...]Money(amount: Decimal, currency: Currency)
Transaction(date, amount, description, source_bank, source_person, category?, is_transfer?)
Trade(date, code, action, units, price, fee, source_person)
Gain(fy, raw_profit, taxable_gain, action)
Type-safe, immutable, no silent bugs. See docs/architecture.md for full details.
See docs/context.md for quick reference, docs/architecture.md for deep design.
FAQs
Tax deduction automation for Australian households
We found that taxing 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.