piiscope
Find, score, and remediate personal data in files and databases.
pip install piiscope
instrument index / developer tools
Focused, installable instruments for problems that are easier to fix once they are visible. Every page includes the useful path and the limits.
available now
Only tools with a tested install path are listed. Experimental work stays outside the public catalog until it is ready.
Find, score, and remediate personal data in files and databases.
pip install piiscope
Build release context from commits, pull requests, issues, and contributors.
npx -y @barissozudogru/release-intel-mcp
Turn coverage reports and source layout into practical test-priority signals.
npx -y @barissozudogru/test-intel-mcp
Detect missing keys, type mismatches, and placeholders across environment files.
npx @barissozudogru/envdrift .env .env.production
Generate a Docker health check from the image, command, and exposed port.
npx @barissozudogru/healthcheck-gen
See which development processes own local ports and stop them deliberately.
npx @barissozudogru/portscan-dev
Score npm dependencies using freshness, maintenance, deprecation, and adoption signals.
npx @barissozudogru/dep-health
field notes
piiscope / field note
A reproducible workflow for finding personal data, measuring re-identification risk, applying an explicit transformation, and proving the result with a second scan.
read the reproducible pathrelease-intel-mcp / field note
A repository-first release workflow that correlates commits, merged pull requests, linked issues, labels, and contributors before any narrative is written.
read the reproducible pathtest-intel-mcp / field note
A local workflow that combines native coverage artifacts with source-to-test mapping and function complexity without uploading the codebase.
read the reproducible path