Skip to content

docs: add contributing, security and conduct guides; link the live demo - #1

Merged
Mohanad1st merged 1 commit into
masterfrom
docs/public-good-hygiene
Sep 7, 2026
Merged

docs: add contributing, security and conduct guides; link the live demo#1
Mohanad1st merged 1 commit into
masterfrom
docs/public-good-hygiene

Conversation

@Mohanad1st

Copy link
Copy Markdown
Owner

Makes the repository usable by someone who arrives without context.

CONTRIBUTING.md names the one closed door — performance rating, effort estimation, per-person scoring — then says plainly that everything else is open, and names the most useful possible contribution: a measured detection-accuracy number on hand-labelled real footage, which is the gap the README already admits to. It also records the trap that shipped once here: a dependency merely installed in a local venv passes locally and breaks every clean install.

SECURITY.md leads with the boundary that actually matters. This processes video of identifiable people at work, so a leak is footage of named employees, not a table of hashes. The reportable finding is anything that gets a frame, a track, a worker name or a report onto the network — plus injection through config values that reach the Jinja template and the filesystem. Detection inaccuracy is explicitly out of scope, since the README already states it is unvalidated. There is also a note asking people to report it as a design defect if the tool ever makes covert recording easier.

CODE_OF_CONDUCT.md is Contributor Covenant 2.1 with a working contact route.

README now opens the demo section with the hosted report, so a visitor sees the deliverable before deciding whether to install anything.

71 tests pass; CI runs them on 3.11 and 3.12.

🤖 Generated with Claude Code

Makes the repository usable by someone who arrives without context.

CONTRIBUTING.md names the one closed door — performance rating, effort
estimation, per-person scoring — and then says plainly that everything
else is open, with the most useful contribution named: a measured
detection-accuracy number on hand-labelled real footage, which is the
gap the README already admits to. It also records the trap that shipped
once: a dependency merely installed in a local venv passes locally and
breaks every clean install.

SECURITY.md leads with the boundary that actually matters here. This
processes video of identifiable people at work, so a leak is footage of
named employees rather than a table of hashes. The reportable finding is
anything that gets a frame, a track, a worker name or a report onto the
network, plus injection through config values that reach the Jinja
template. Detection inaccuracy is explicitly out of scope, since the
README already states it is unvalidated.

CODE_OF_CONDUCT.md is Contributor Covenant 2.1 with a real contact route.

The README now opens the demo section with the hosted report, so a
visitor can see the deliverable before deciding whether to install
anything.
@Mohanad1st
Mohanad1st merged commit 56a331d into master Sep 7, 2026
4 checks passed
@Mohanad1st
Mohanad1st deleted the docs/public-good-hygiene branch September 7, 2026 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant