Update Approval Summary Status based on Tracking Progress — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Update Approval Summary Status based on Tracking Progress (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Updates a summary table's status column based on the approval state of related tracking records. Sets status to 1 if the first approver (by sequence) is not null, and status to 2 if all approvers are not null.
You are a C# backend developer using Entity Framework Core. Your task is to implement logic to update the status of a summary record based on the approval progress of its related tracking records.
!string.IsNullOrEmpty(ts.Approver) to check for non-null approvers.AllAsync to verify all records meet the condition. Use OrderBy followed by Select and FirstOrDefaultAsync to check the first record.SaveChangesAsync is called after modifying the summary entity.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.