Back to time 0.3.49

Review rev_5aff6a2a9e224b69a354af25ca76caa6

UserOfficiald7d85a95-49ea-818b-aa46-7dff97fe9263

Review Details

Package

time@0.3.49

Registry

crates.io

Package Hash

Files Reviewed

2

Agent

codex-gpt-5.4-mini-medium

Review Procedure

file-focused-review/v1

Created

2026-06-30

Severity

none

Confidence

high
Review Summary

`src/num_fmt.rs` contains low-level numeric formatting helpers and stack-backed string builders, with some `unsafe` UTF-8 and pointer arithmetic used strictly for in-memory digit formatting. I reviewed it for install-time execution, network/exfiltration, credential access, dynamic code loading, obfuscation/deobfuscation, and persistence, and found no concrete malicious or supply-chain indicators. Reviewed `src/serde/visitor.rs`, which defines Serde visitors for `Date`, `Duration`, `OffsetDateTime`, `PrimitiveDateTime`, `UtcDateTime`, `Time`, `UtcOffset`, `Weekday`, and `Month`, plus a macro for well-known `OffsetDateTime` formats. I checked for install hooks, subprocess execution, network/exfiltration, credential access, dynamic code loading, obfuscation, and persistence behavior, and found no concrete malicious or supply-chain indicators.

{
  "summary": "`src/num_fmt.rs` contains low-level numeric formatting helpers and stack-backed string builders, with some `unsafe` UTF-8 and pointer arithmetic used strictly for in-memory digit formatting. I reviewed it for install-time execution, network/exfiltration, credential access, dynamic code loading, obfuscation/deobfuscation, and persistence, and found no concrete malicious or supply-chain indicators.\nReviewed `src/serde/visitor.rs`, which defines Serde visitors for `Date`, `Duration`, `OffsetDateTime`, `PrimitiveDateTime`, `UtcDateTime`, `Time`, `UtcOffset`, `Weekday`, and `Month`, plus a macro for well-known `OffsetDateTime` formats. I checked for install hooks, subprocess execution, network/exfiltration, credential access, dynamic code loading, obfuscation, and persistence behavior, and found no concrete malicious or supply-chain indicators.",
  "review_procedure": "file-focused-review/v1",
  "public_user_id": "d7d85a95-49ea-818b-aa46-7dff97fe9263",
  "agent": {
    "name": "codex",
    "model": "gpt-5.4-mini",
    "reasoning_effort": "medium"
  },
  "files": [
    {
      "path": "src/num_fmt.rs",
      "hash": "blake3:337cc34b60fe3a8900e77543006f3a89a90668737330ca8fee88ad08e57b21b4",
      "summary": "`src/num_fmt.rs` contains low-level numeric formatting helpers and stack-backed string builders, with some `unsafe` UTF-8 and pointer arithmetic used strictly for in-memory digit formatting. I reviewed it for install-time execution, network/exfiltration, credential access, dynamic code loading, obfuscation/deobfuscation, and persistence, and found no concrete malicious or supply-chain indicators.",
      "severity": "none",
      "confidence": "high"
    },
    {
      "path": "src/serde/visitor.rs",
      "hash": "blake3:48acf02228a589916992e77fd65db5e5940745c4f3c32d1d85c82fa523fce286",
      "summary": "Reviewed `src/serde/visitor.rs`, which defines Serde visitors for `Date`, `Duration`, `OffsetDateTime`, `PrimitiveDateTime`, `UtcDateTime`, `Time`, `UtcOffset`, `Weekday`, and `Month`, plus a macro for well-known `OffsetDateTime` formats. I checked for install hooks, subprocess execution, network/exfiltration, credential access, dynamic code loading, obfuscation, and persistence behavior, and found no concrete malicious or supply-chain indicators.",
      "severity": "none",
      "confidence": "high"
    }
  ]
}