Add LanguageTags audit report - #234
Merged
Merged
Conversation
Third per-repo audit (csharp+nuget+codegen). Verdict: operational; no defects, 11 drift findings. codegen output is input-deterministic (static GeneratedCode stamp, matrix over main/develop each opening its own PR); nuget is genuine OIDC Trusted Publishing (NuGet/login ephemeral key, no stored NUGET_API_KEY, --skip-duplicate). Recurring cross-repo drifts confirmed (now 3 repos): continuous push-publish vs two-phase, github.ref_name without IGNORE_GITHUB_REF, plain release-asset seam, no paths-filter, missing global [*] end_of_line default, skip-not-fail dispatch guard, off-baseline repo-config filenames. New spec gap: NUGET_USERNAME is required by nuget-oidc (NuGet/login) but spec/secrets.json models nuget-oidc as requires:[]. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the third per-repo audit report for ptr727/LanguageTags (main @ 7322d72), capturing the audit verdict (operational), drift findings, and proposed spec/registry follow-ups in the central reports/ area of this governance repo.
Changes:
- Add a new audit report markdown file for the LanguageTags repository.
- Document develop/main drift status, dimension-by-dimension results, and WORKFLOW.md 5A/5B trace outcomes.
- Record a spec gap candidate (
NUGET_USERNAMErequirement for NuGet OIDC) and recurring drift signals for future machine checks.
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.
Third per-repo audit (AUDIT.md): ptr727/LanguageTags main @ 7322d72, types csharp+nuget+codegen. Verdict: operational - no defects, 11 drift findings.
Clean: codegen output input-deterministic (static
[GeneratedCode]stamp, main/develop matrix each opening its own PR); nuget genuine OIDC (NuGet/loginephemeral key, no storedNUGET_API_KEY,--skip-duplicate);[*.cs]block, analyzer enforcement, SHA-pinning, secrets, cspellen-US. The...status jobruleset naming matches the aggregator (new fleet canonical, not flagged).Recurring drifts (now 3 repos): continuous push-publish vs two-phase,
github.ref_namewithoutIGNORE_GITHUB_REF, plainrelease-assetseam, no paths-filter, missing global[*] end_of_linedefault (now caught by #233), off-baselinerepo-config/ruleset-*.jsonfilenames.New spec gap surfaced:
NUGET_USERNAMEis required by the OIDCNuGet/loginbutspec/secrets.jsonmodelsnuget-oidcasrequires: []- queued for the maintainer.🤖 Generated with Claude Code