All findings are false positives. 'D::' and 'E::A' are Rust generic parameters and enum variant syntax in documentation/examples. '101.102.103.104' is a length-check constant inside a debug_assert_eq! for IPv4 string formatting in the legitimate Serialize impl for net::Ipv4Addr. This is the real serde 1.0.229 crate with ordinary, benign code.
AI breakdown
Plain-English summary of what this package does and how it behaves.
serde 1.0.229 is the core Rust serialization/deserialization framework providing Serialize and Deserialize traits along with implementations for common types.
Capabilities
- Serializes and deserializes Rust data structures
- Provides derive macros and core traits
- Includes build.rs for crate configuration
Data access
- None observed
Network
- No network access observed
Widely used, dependency-free library with no scripts or network behavior in manifest or sampled files; repeated static findings on hardcoded IPs are not evidenced in the provided file list.
Security findings (6)
Static analysis rule matches, with the exact code that triggered them.
File src/core/de/mod.rs contains a hardcoded public IP (D::) used in network code — review for hidden exfiltration or C2 endpoints.
File serde-1.0.229/src/core/de/mod.rs contains a hardcoded public IP (D::) used in network code — review for hidden exfiltration or C2 endpoints.
File src/core/ser/impls.rs contains a hardcoded public IP (101.102.103.104) used in network code — review for hidden exfiltration or C2 endpoints.
File serde-1.0.229/src/core/ser/impls.rs contains a hardcoded public IP (101.102.103.104) used in network code — review for hidden exfiltration or C2 endpoints.
File src/core/ser/mod.rs contains a hardcoded public IP (E::A) used in network code — review for hidden exfiltration or C2 endpoints.
File serde-1.0.229/src/core/ser/mod.rs contains a hardcoded public IP (E::A) used in network code — review for hidden exfiltration or C2 endpoints.
Files in package (66)
How ShadowCanopy checks crates.io packages
ShadowCanopy blocks every dependency by default and only lets through what it can verify — against live malicious-package advisories, an AI behavior scan, and a byte-for-byte hash check. It protects installs across npm, PyPI, crates.io, pkg.go.dev, RubyGems, Maven Central, NuGet, Packagist, Hex, pub.dev, Swift Package Manager.
This report reflects ShadowCanopy's threat intelligence at page load and is informational, not a warranty. Canonical URL: https://shadowcanopy.dev/packages/crates/serde