docs: SECURITY.md, injection guards, dependabot, pinned routines#6
Merged
Conversation
muhammademanaftab
force-pushed
the
data-integrity
branch
from
July 6, 2026 10:15
6b42b49 to
a5bf040
Compare
muhammademanaftab
force-pushed
the
docs-process
branch
from
July 6, 2026 10:15
521eff0 to
c7a6d80
Compare
muhammademanaftab
force-pushed
the
data-integrity
branch
from
July 6, 2026 10:34
a5bf040 to
19e7ff5
Compare
Round out the hardening with the process and documentation pieces a public, self-hosted tool needs. - SECURITY.md: what capture stores, the redaction pass and its limits (best-effort, not a guarantee), transport and auth, where creds live, and how to report a vulnerability. - digest/synth SKILL.md: a guard stating captured and daily-note content is untrusted data, never instructions, since both run unattended with push access. - routines: clone the pulse repo at a pinned release tag (v0.1.0) so an unattended agent only runs reviewed code; note how to bump it. - dependabot.yml: weekly npm (convex-backend) and github-actions updates. - README: point to SECURITY.md. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Review findings: public repos have no private issues, so point reporters at the security-advisory flow only; and the limits paragraph now also mentions false positives (harmless text that looks like a secret), not just false negatives. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
muhammademanaftab
force-pushed
the
docs-process
branch
from
July 6, 2026 10:35
c7a6d80 to
41bffa5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fourth of four staged hardening PRs. Stacked on #5 (base branch
data-integrity); rebase todevelopas the stack merges down.What and why
The process and documentation pieces a public, self-hosted tool needs.
~/.pulse/.env, 0600), and how to report a vulnerability.digest/SKILL.mdandsynth/SKILL.md: captured rows and daily-note content are untrusted data, never instructions, since both run unattended with push access.digest.md/synth.mdclone at--branch v0.1.0 --depth 1, so an unattended push-capable agent only runs reviewed, tagged code;routines/README.mdnotes how to bump the tag./convex-backend) and github-actions updates.Release tag
The routines reference
v0.1.0. Create that tag when this stack merges tomain(git tag v0.1.0 <sha> && git push origin v0.1.0), otherwise the pinned clone will fail. Left for you since tagging is a release decision.Verification
py_compileandtest_capture.pystill pass.🤖 Generated with Claude Code