Skip to content

chore: redact host home paths from tip archives/evidence - #57

Merged
SafetyMP merged 2 commits into
mainfrom
chore/pii-tip-scrub
Aug 9, 2026
Merged

chore: redact host home paths from tip archives/evidence#57
SafetyMP merged 2 commits into
mainfrom
chore/pii-tip-scrub

Conversation

@SafetyMP

@SafetyMP SafetyMP commented Aug 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • Scrub personal contact email and/or host-absolute /Users/sagehart paths from the public tip
  • Prefer deleting non-essential harness evidence dumps; redact remaining manifests/docs

Test plan

  • git grep -e harts@wustl.edu -e /Users/sagehart empty on this branch tip

Scrub personal contact email and host-absolute home paths from the default-branch tip.
Copilot AI lite review requested due to automatic review settings August 9, 2026 23:26

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to remove personal-identifying information from publicly committed “tip” artifacts by redacting host-local home directory paths in archived evidence.

Changes:

  • Redacted the username portion of a Vitest run path in verify-stdout.txt.
  • Redacted the username portion of local_path in an archived harness MANIFEST.json.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
evidence/site-delivery-r3/verify-stdout.txt Redacts the user portion of a host-local path in captured verify output.
_archives/harness-v4/20260717T192824Z/MANIFEST.json Redacts the user portion of an archived local_path entry.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

"schema": "harness-v4-archive/v1",
"site_id": "corpos",
"local_path": "/Users/sagehart/Downloads/CorpOS",
"local_path": "/Users/<redacted>/Downloads/CorpOS",


RUN v3.2.7 /Users/sagehart/Downloads/CorpOS
RUN v3.2.7 /Users/<redacted>/Downloads/CorpOS
Unblock required checks unrelated or caused by the tip scrub test path.
@SafetyMP
SafetyMP merged commit 13ac728 into main Aug 9, 2026
3 checks passed
@SafetyMP
SafetyMP deleted the chore/pii-tip-scrub branch August 9, 2026 23:33
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.

2 participants