-
Notifications
You must be signed in to change notification settings - Fork 0
Description
π΄ Critical: Security Audit Workflow Failure
Repository: zircote/atlatl
Workflow: Security Audit (security-audit.yml) β Run #46
Failed At: 2026-03-08T00:47:05Z
Trigger: Scheduled run
Last Commit: feat: enhance MCP tools β detail levels, filters, new tools & UX (2026-03-08T00:17:46Z)
What Happened
The Security Audit workflow failed with exit code 1 on the main branch. Based on the job logs, cargo audit detected one or more vulnerable Rust dependencies. The audit output shows a large dependency tree including cryptographic crates (aes-gcm, getrandom, chrono, elliptic-curve, jsonwebtoken, argon2, ed25519-dalek, rsa) β one or more of these have known advisories.
Affected Dependency Candidates
The following crates appeared in the audit dependency tree and may have active CVEs:
| Crate | Version | Notes |
|---|---|---|
aes-gcm |
0.10.3 | Encryption β check RustSec for advisories |
getrandom |
0.2.17 / 0.3.4 | RNG β check RustSec |
chrono |
0.4.44 | Date/time β check RustSec |
jsonwebtoken |
10.3.0 | JWT handling β check RustSec |
rsa |
0.9.10 | Crypto β check RustSec |
Suggested Actions
- Run locally:
cargo auditinzircote/atlatlto see the exact CVE IDs and affected packages - Update dependencies:
cargo updateto pull in patched versions where available - Review advisories: Check (rustsec.org/redacted) for each flagged crate
- If no update available: Add
[advisories] ignore = [...]toaudit.tomlwith justification, or pin to a safe version
Context
- No existing open security issues found for
atlatlβ this is a new alert - This is a scheduled audit (not triggered by a PR), so it may reflect newly published advisories against existing dependencies
- The feature commit just before this run (
feat: enhance MCP tools) added 50+ new unit tests but may also have introduced new dependency versions
Other Repos (No Alerts)
| Repo | Status | Last Run |
|---|---|---|
zircote/.github |
β success | Update Profile README (2026-03-08T00:10) |
zircote/rlm-rs |
β success | Daily QA (2026-03-07T11:19) |
zircote/github-project-manager |
β success | Agentic Maintenance (2026-03-07T01:01) |
zircote/sdlc-quality |
β success | Dependabot update (2026-03-02) |
| All other monitored repos | No failures detected | β |
No issue spikes (0 new issues in last 6h across all repos), no stale critical/high items, no review backlog detected.
Generated by smart-alerts workflow β https://github.com/zircote/.github/actions/runs/22810733303 β 2026-03-08T00:51:55Z
Generated by Smart Alerts