Hire me
Pooyan Razian

The license risk hiding in your dependency tree

Most teams never check the license of every package they depend on, including the indirect ones pulled in underneath. That is a real risk. Some licenses, like GPL or AGPL, can legally require you to open-source your own product if you use them a certain way. I built Open License Auditor to catch this automatically. It is a GitHub Action that maps every dependency in your repo, direct and indirect,... [read more]

July 18, 2026

The license risk hiding in your dependency tree

Make dependency updates boring again

Dependency updates are one of those things teams keep postponing. Not because they do not care, but because every update feels like a risk. A small version bump can break a build, fail tests, or create unexpected issues in production. That is why I built Update Dependencies, a GitHub Action that keeps dependencies up to date automatically and opens a pull request, gated on your checks passing when... [read more]

July 17, 2026

Make dependency updates boring again
per page

The license risk hiding in your dependency tree

Most teams never check the license of every package they depend on, including the indirect ones pulled in underneath. That is a real risk. Some licenses, like GPL or AGPL, can legally require you to open-source your own product if you use them a certain way. I built Open License Auditor to catch this automatically. It is a GitHub Action that maps every dependency in your repo, direct and indirect,... [read more]

July 18, 2026

The license risk hiding in your dependency tree

Make dependency updates boring again

Dependency updates are one of those things teams keep postponing. Not because they do not care, but because every update feels like a risk. A small version bump can break a build, fail tests, or create unexpected issues in production. That is why I built Update Dependencies, a GitHub Action that keeps dependencies up to date automatically and opens a pull request, gated on your checks passing when... [read more]

July 17, 2026

Make dependency updates boring again
per page
Copyright © 2026 - pooyan.info