Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/dependency-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,7 @@ name: Dependency audit
on:
push:
branches: [main]
paths:
- pyproject.toml
- web/package.json
- web/package-lock.json
- .github/workflows/dependency-audit.yml
pull_request:
paths:
- pyproject.toml
- web/package.json
- web/package-lock.json
- .github/workflows/dependency-audit.yml
schedule:
- cron: "19 3 * * 1"
workflow_dispatch:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

![SFTGuard confirmatory dashboard](docs/assets/sftguard-confirmatory-dashboard.png)

SFTGuard catches a narrow set of expensive-to-discover pipeline mistakes before
an adapter is released: malformed chat records, conflicting or leaked examples,
credential-shaped text, broken EOS handling, prompt tokens included in loss, and
answer-destroying truncation. It then gates paired base-versus-adapter scores
against explicit target and retention budgets.
I built SFTGuard to catch a narrow set of expensive-to-discover pipeline
mistakes before an adapter is released: malformed chat records, conflicting or
leaked examples, credential-shaped text, broken EOS handling, prompt tokens
included in loss, and answer-destroying truncation. It then gates paired
base-versus-adapter scores against explicit target and retention budgets.

It runs locally, emits content-addressed JSON, and returns `PASS`, `FAIL`, or
`ABSTAIN`. Missing evidence never becomes a silent pass.
Expand Down