amazon-cognito-identity-js
Amazon Cognito Identity Provider JavaScript SDK
17
Versions
Apache-2.0
License
No
Install Scripts
Missing
Provenance
Supply chain provenance
Status for the latest visible version.
No SLSA provenance
npm registry signatures
gitHead linked
Without SLSA provenance there is no cryptographic link between this tarball and the public source, so a manually published version cannot be tied back to a reviewed commit.
Maintainers
amzn-ossaws-amplify-opsamplify-studio-uibuilderamplify-codegenamplify-data-dev-npmaws-amplify-data-runtimemanuel.iglesiasmlabieniecitrestianpowerful23undefobj
Keywords
amazonawscognitoidentityreact-nativereactnative
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| license | uncommon-license:SEE LICENSE IN LICENSE.txt | AI (license): Amazon Software License is a known AWS license; this flag is a stable false positive for all AWS SDK packages. | ai | |
| provenance | missing-githead | AI (provenance): AWS SDK package with legitimate maintainer transition; missing gitHead reflects build environment change during team handoff, not a malicious publish. | ai | |
| npm-metadata | bundled-binaries | AI (npm-metadata): Binaries are Android/React Native build artifacts (Facebook React Native, WebKit JSC) from the bundled example app — expected for this React Native SDK package. | ai | |
| source-diff | encoded-string-file:dist/amazon-cognito-identity.js | AI (source-diff): Long string is standard webpack UMD bundle output. This package ships pre-built dist files as part of its design; not obfuscation. | ai | |
| provenance | publisher-changed | AI (provenance): Both itrestian and mlabieniec are Amazon employees listed in package.json contributors; this is a legitimate internal AWS maintainer transition, not a hostile takeover. | ai | |
| source-diff | encoded-string-file:dist/amazon-cognito-identity.min.js | AI (source-diff): Long string is standard webpack minified UMD bundle output. Expected artifact for this package's build process. | ai | |
| maintainer-change | maintainer-removed | AI (maintainer-change): Removal of mattsb42-aws alongside addition of other AWS Amplify accounts reflects normal team rotation, not a package takeover. | ai | |
| publish-pattern | new-deps-added | AI (publish-pattern): @aws-crypto/sha256-js is AWS's own cryptography library, replacing crypto-js. This is a well-known, security-motivated dependency change in AWS SDKs. | ai | |
| maintainer-change | maintainer-added | AI (maintainer-change): New maintainers are all AWS Amplify organizational accounts, consistent with normal team rotation within AWS. Not a hostile takeover signal. | ai | |
| semgrep | semgrep:hex-decode | AI (semgrep): Hex decoding is core to SRP authentication in Cognito SDK (AuthenticationHelper). Legitimate cryptographic use, not obfuscation. | ai | |
| provenance | no-provenance | AI (provenance): Established AWS Amplify package predating widespread Sigstore adoption; publisher identity is well-established through long track record. | ai | |
| semgrep | semgrep:toplevel-fetch | AI (semgrep): fetch() calls are the core HTTP transport for Cognito API requests — the fundamental purpose of this SDK. Not exfiltration. | ai | |
| semgrep | semgrep:base64-decode | AI (semgrep): Base64 decoding is used to parse JWT token payloads (CognitoJwtToken). Standard and expected for a JWT-handling authentication library. | ai |