Public record
Software health reportschema 0.31.0 · metrics 2.10.0 · 2026-08-14 07:25 UTC

aws-powertools / powertools-lambda-python

A developer toolkit to implement Serverless best practices and increase developer velocity.

PythonMIT-0★ 3,281 stars⑂ 487 forkssince Nov 2019View on GitHub ↗

aws-powertools/powertools-lambda-python holds a health index of 99 out of 100, placing it in the Exceptional band. It scores highest on Vitality (97/100) and lowest on Sustainability & Governance (76/100). It was last updated 2 days ago. A single contributor accounts for most of its recent work.

99
overall / 100
Exceptional

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean, calibrated against the distribution of the public record so bands carry percentile meaning; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At Risk ceiling of 34.

99
Exceptional93-100The record's top tier (≈ top 5%); essentially all checked criteria met
Excellent80-92Strong across the board; minor gaps
Good65-79Healthy; gaps are limited and manageable
Moderate50-64Acceptable with notable gaps; review recommended
Weak35-49Material weaknesses across several areas
At Risk20-34Significant weaknesses; adoption warrants caution
Critical1-19Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

The weighted overall 89 is calibrated to 99 on the published index scale (record calibration 2026-08-02).

Ownership

Powertools for AWSOrganization
302 followers9 public repossince Mar 2023

This repository is backed by an organization — shared, accountable stewardship that can outlive any single maintainer.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
PyPIaws_lambda_powertools3.34.022,381,5765293 days agoaws-lambda-powertoolsawstracinglogginglambdapowertoolsfeature-flagsidempotencymiddleware

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

97Exceptional · 21% of overall
How it's scored
36/36Push recencylast push 2 days ago
31.2/36Commit cadence45/52 weeks with commits
18/18Commit volume749 commits in the last year
10/10OpenSSF Scorecard: Maintained30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year749
human_commit_share0.31
days_since_last_push2
active_weeks_last_year45

Release discipline

100Exceptional
How it's scored
27/27Ships releases100 releases published
36/36Release recencylatest release 3 days ago
27/27Release cadencea release every ~24.1 days
10/10OpenSSF Scorecard: Signed-Releases5 out of the last 5 releases have a total of 5 signed artifacts.
Inputs used
releases_count100
latest_release_tagv3.34.0
releases_from_tagsno
days_since_latest_release3
mean_days_between_releases24.1

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

93Exceptional · 17% of overall
How it's scored
57/60Stars3,281 stars
22.4/25Forks487 forks
9.2/15Watchers46 watchers
Inputs used
forks487
stars3,281
watchers46
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history

Community health

92Excellent
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized license (MIT-0)
18/18CONTRIBUTING guide
13.5/13.5Code of conduct
0/7.2Issue template
6.3/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges7
has_contributingyes
has_issue_templateno
has_code_of_conductyes
readme_badge_servicesapi.securityscorecards.dev, badge.fury.io, codecov.io, github.com, shields.io
has_pull_request_templateyes
How it's scored
80/80Monthly downloads22,381,576 downloads/month across pypi
0/20Registry dependentsnot reported by this ecosystem
Inputs used
packagesaws_lambda_powertools
dependents
ecosystemspypi
total_downloads
monthly_downloads22,381,576
unverified_packages_excluded
Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

76Good · 23% of overall
How it's scored
9/54Bus factor1 contributor(s) cover half of all commits
11.2/22.5Commit distributiontop contributor authored 50% of commits
13.5/13.5Contributor breadth98 contributors
10/10OpenSSF Scorecard: Contributorsproject has 13 contributing companies or organizations
Inputs used
bus_factor1
contributors_sampled98
top_contributor_share0.503
How it's scored
41.2/42Issue resolution98% of issues closed
24.4/30PR acceptance5,343/6,569 decided PRs merged
13/13Newcomer PR acceptance2/2 first-time contributors' PRs merged in 30d
15/15OpenSSF Scorecard: Code-Reviewall changesets reviewed
Inputs used
merged_prs5,343
open_issues30
closed_issues1,529
prs_merged_7d3
prs_decided_7d3
prs_merged_30d3
prs_decided_30d3
issue_closed_ratio0.981
closed_unmerged_prs1,226
first_time_authors_30d2
first_time_prs_merged_30d2
first_time_prs_decided_30d2
How it's scored
30/30Ownership backingorganization-owned
0/20Verified domainverified-domain status not read for this organization
17.8/25Owner reach302 followers of aws-powertools
14/25Track record9 public repos, account ~3 yr old
Inputs used
followers302
owner_typeOrganization
is_verified
owner_loginaws-powertools
public_repos9
account_age_days1,235
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable1 package(s) on pypi
35/35Publish recencylatest publish 3 days ago
20/20Version history529 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packagesaws_lambda_powertools
ecosystemspypi
any_deprecatedno
min_days_since_publish3

Engineering Quality

Are baseline engineering and documentation practices in place?

91Excellent · 19% of overall
How it's scored
24/24CI workflows29 workflow(s)
24/24Tests present
16/16Linter config.flake8, .pylintrc, ruff.toml, tox.ini
9.6/9.6Pre-commit hooks
0/6.4.editorconfig
18/20OpenSSF Scorecard: CI-Tests29 out of 30 merged PRs checked by a CI test -- score normalized to 9
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configyes
has_precommit_configyes

Documentation

90Excellent
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage sitehttps://docs.powertools.aws.dev/lambda/python/latest/
10/10Repository description
10/10Topics5 topics
0/10Wiki
Inputs used
topicsaws, aws-lambda, lambda, python, serverless
has_wikino
homepagehttps://docs.powertools.aws.dev/lambda/python/latest/
docs_sitehttps://docs.powertools.aws.dev/lambda/python/latest/
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

94Exceptional · 16% of overall

Security posture

92Excellent
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
6/7.5Branch-Protectionbranch protection is not maximal on development and all release branches
2.2/2.5CI-Tests29 out of 30 merged PRs checked by a CI test -- score normalized to 9
1.2/2.5CII-Best-Practicesbadge detected: Passing
7.5/7.5Code-Reviewall changesets reviewed
2.5/2.5Contributorsproject has 13 contributing companies or organizations
10/10Dangerous-Workflowno dangerous workflow patterns detected
7.5/7.5Dependency-Update-Toolupdate tool detected
5/5Fuzzingproject is fuzzed
2.5/2.5Licenselicense file detected
7.5/7.5Maintained30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
5/5Packagingpackaging workflow detected
3/5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 6
5/5SASTSAST tool is run on all commits
5/5Security-Policysecurity policy file detected
7.5/7.5Signed-Releases5 out of the last 5 releases have a total of 5 signed artifacts.
6.8/7.5Token-Permissionsdetected GitHub workflow tokens with excessive permissions
5.2/7.5Vulnerabilities3 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated18
scorecard_versionv5.5.0
checks_inconclusive0
scorecard_aggregate9.2

Dependency advisories

100Exceptional
How it's scored
35/35Direct dependencies free of known advisoriesno direct dependency carries a known advisory
25/25Indirect dependencies free of known advisoriesno indirect dependency carries a known advisory
0/40No advisories left outstandingno advisory carries a publication date
Inputs used
sourceosv
advisories0
affected_packages0
assessed_packages2
unassessed_packages0
affected_by_severitynone
direct_affected_packages0
Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:aws_lambda_powertools@3.34.0 runtime dependency closure — what installing the published package pulls in — 2 packages. Reachability is not analyzed.

AI Readiness

How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight (4%): agent tooling is a real maintenance signal, but a repository with none can still reach 100/100.

77Good · 4% of overall
How it's scored
0/45Agent instructionsno CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
40/40Legible commit history31 of 31 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
llms_txt_url
legible_history_share1
agent_instruction_files
agent_instruction_max_bytes
How it's scored
18/18One-command bootstrapMakefile, noxfile.py
22/22Automated tests
11/11Lint / format config.flake8, .pylintrc, ruff.toml, tox.ini
11/11Static type checkingaws_lambda_powertools/py.typed, mypy.ini, tests/e2e/utils/py.typed, tests/functional/py.typed
10/10Reproducible environmentDockerfile, lockfile
8/10Demonstrated agent practice4 of the last 100 commits agent-authored or agent-credited
8/8Automated maintenance59 of the last 100 commits are automated dependency updates
6/10OpenSSF Scorecard: Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 6
Inputs used
has_nixno
has_testsyes
lockfilespackage-lock.json, poetry.lock
has_dockerfileyes
typed_languageno
bootstrap_filesMakefile, noxfile.py
has_devcontainerno
has_linter_configyes
typecheck_configsaws_lambda_powertools/py.typed, mypy.ini, tests/e2e/utils/py.typed, tests/functional/py.typed
agent_commit_share0.04
toolchain_manifests
dependency_bot_commit_share0.59
How it's scored
27/45Type-checkable codePython with type-check config (aws_lambda_powertools/py.typed, mypy.ini, tests/e2e/utils/py.typed, tests/functional/py.typed)
54.7/55Manageable file sizes7/1,314 source files over 60KB
Inputs used
primary_languagePython
largest_source_bytes1,510,271
source_files_sampled1,314
oversized_source_files7
How it's scored
40/40API schema (OpenAPI/GraphQL/proto)examples/event_handler_graphql/src/advanced_batch_query.graphql, examples/event_handler_graphql/src/getting_started_schema.graphql, examples/event_handler_graphql/src/nested_mappings_schema.graphql, examples/kafka/consumer/schemas/user.proto, tests/e2e/event_handler_appsync/files/schema.graphql, tests/functional/kafka_consumer/_protobuf/confluent_protobuf.proto, tests/functional/kafka_consumer/_protobuf/user.proto, tests/functional/kafka_consumer/_protobuf/user_prof.proto
0/20MCP servernot applicable to this kind of software
40/40Runnable examplesexamples
Inputs used
example_dirsexamples
has_mcp_signalno
api_schema_filesexamples/event_handler_graphql/src/advanced_batch_query.graphql, examples/event_handler_graphql/src/getting_started_schema.graphql, examples/event_handler_graphql/src/nested_mappings_schema.graphql, examples/kafka/consumer/schemas/user.proto, tests/e2e/event_handler_appsync/files/schema.graphql, tests/functional/kafka_consumer/_protobuf/confluent_protobuf.proto, tests/functional/kafka_consumer/_protobuf/user.proto, tests/functional/kafka_consumer/_protobuf/user_prof.proto
interfaces_expected_of
Excluded from scoring (no data or not applicable): MCP server. Remaining weights renormalized.

Key facts

3,281GitHub stars
98contributors
749commits, last 12 months
2days since last push
100releases
1bus factor
30open issues
npm, PyPIpackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • Could not fetch npm package 'aws-lambda-powertools-python-e2e' from its registry
  • Could not fetch pypi package 'aws-lambda-powertools-python-layer' from its registry

More detail

Star and fork history 0 ★ / 487 ⇿
0Stars
487Forks
100Releases

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

010020030040050048372019-122023-042026-08
Major 1Minor 73Patch 26

Each point covers 7 days.

OpenSSF Scorecard 9.2 / 10
9.2aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-08-14 07:24 UTC

10Binary-Artifactsno binaries found in the repo
8Branch-Protectionbranch protection is not maximal on development and all release branches
9CI-Tests29 out of 30 merged PRs checked by a CI test -- score normalized to 9
5CII-Best-Practicesbadge detected: Passing
10Code-Reviewall changesets reviewed
10Contributorsproject has 13 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
10Fuzzingproject is fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
10Packagingpackaging workflow detected
6Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 6
10SASTSAST tool is run on all commits
10Security-Policysecurity policy file detected
10Signed-Releases5 out of the last 5 releases have a total of 5 signed artifacts.
9Token-Permissionsdetected GitHub workflow tokens with excessive permissions
7Vulnerabilities3 existing vulnerabilities detected
Direct dependencies 15
RegistryPackageVersion constraintManifest
PyPIaws-cdk-lib^2.223.0layer_v3/pyproject.toml
PyPIjmespath^1.0.1pyproject.toml
PyPItyping-extensions^4.11.0pyproject.toml
PyPIaws-xray-sdk^2.8.0pyproject.toml
PyPIfastjsonschema^2.14.5pyproject.toml
PyPIpydantic^2.4.0pyproject.toml
PyPIpydantic-settings^2.6.1pyproject.toml
PyPIboto3^1.34.32pyproject.toml
PyPIredis>=4.4,<9.0pyproject.toml
PyPIvalkey-glide>=1.3.5,<3.0pyproject.toml
PyPIaws-encryption-sdk>=4.0.5,<5.0.0pyproject.toml
PyPIjsonpath-ng^1.6.0pyproject.toml
PyPIdatadog-lambda>=8.114.0,<9.0.0pyproject.toml
PyPIavro^1.12.0pyproject.toml
PyPIprotobuf>=6.30.2,<8.0.0pyproject.toml
All dependencies 230

Full resolved dependency set from the GitHub dependency graph: 21 direct and 209 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
PyPIavro1.12.1direct
PyPIaws-cdk-lib2.253.0direct
PyPIaws-cdk-lib2.260.0direct
PyPIaws-encryption-sdkdirect
PyPIaws-encryption-sdk4.0.6direct
PyPIaws-xray-sdk2.15.0direct
PyPIboto31.40.72direct
PyPIboto31.42.67direct
PyPIdatadog-lambda8.121.0direct
PyPIfastjsonschema2.22.1direct
PyPIjmespath1.0.1direct
PyPIjmespath1.1.0direct
PyPIjsonpath-ng1.8.0direct
PyPIprotobuf7.35.1direct
PyPIpydanticdirect
PyPIpydantic2.13.4direct
PyPIpydantic-settings2.14.2direct
PyPIredis8.1.0direct
PyPItyping-extensions4.14.0direct
PyPItyping-extensions4.15.0direct
PyPIvalkey-glide2.5.0direct
Gogithub.com/aws/aws-sdk-go-v21.30.5indirect
Gogithub.com/aws/aws-sdk-go-v2/aws/protocol/eventstream1.6.4indirect
Gogithub.com/aws/aws-sdk-go-v2/config1.27.33indirect
Gogithub.com/aws/aws-sdk-go-v2/credentials1.17.32indirect
Gogithub.com/aws/aws-sdk-go-v2/feature/ec2/imds1.16.13indirect
Gogithub.com/aws/aws-sdk-go-v2/internal/configsources1.3.17indirect
Gogithub.com/aws/aws-sdk-go-v2/internal/endpoints/v22.6.17indirect
Gogithub.com/aws/aws-sdk-go-v2/internal/ini1.8.1indirect
Gogithub.com/aws/aws-sdk-go-v2/service/internal/accept-encoding1.11.4indirect
Gogithub.com/aws/aws-sdk-go-v2/service/internal/presigned-url1.11.19indirect
Gogithub.com/aws/aws-sdk-go-v2/service/lambda1.58.3indirect
Gogithub.com/aws/aws-sdk-go-v2/service/sso1.22.7indirect
Gogithub.com/aws/aws-sdk-go-v2/service/ssooidc1.26.7indirect
Gogithub.com/aws/aws-sdk-go-v2/service/sts1.30.7indirect
Gogithub.com/aws/smithy-go1.20.4indirect
Gogithub.com/jmespath/go-jmespath0.4.0indirect
Gogolang.org/x/exp0.0.0-20230321023759-10a507213a29indirect
Gogolang.org/x/sync0.8.0indirect
npmaws-cdk2.1135.1indirect
PyPIannotated-types0.7.0indirect
PyPIanyio4.12.1indirect
PyPIargcomplete3.6.3indirect
PyPIast-serialize0.5.0indirect
PyPIasync-timeout5.0.1indirect
PyPIattrs25.4.0indirect
PyPIaws-cdk-asset-awscli-v12.2.273indirect
PyPIaws-cdk-asset-awscli-v12.2.282indirect
PyPIaws-cdk-asset-node-proxy-agent-v62.1.2indirect
PyPIaws-cdk-aws-apigatewayv2-alpha2.114.1a0indirect
PyPIaws-cdk-aws-apigatewayv2-authorizers-alpha2.114.1a0indirect
PyPIaws-cdk-aws-apigatewayv2-integrations-alpha2.114.1a0indirect
PyPIaws-cdk-aws-appsync-alpha2.59.0a0indirect
PyPIaws-cdk-aws-lambda-python-alpha2.259.0a0indirect
PyPIaws-cdk-cloud-assembly-schema53.28.0indirect
PyPIaws-cdk-cloud-assembly-schema54.2.0indirect
PyPIaws-lambda-powertoolsindirect
PyPIaws-requests-auth0.4.3indirect
PyPIaws-sam-translator1.110.0indirect
PyPIbabel2.17.0indirect
PyPIbackports-asyncio-runner1.2.0indirect
PyPIbackrefs5.9indirect
PyPIbandit1.9.4indirect
PyPIbeautifulsoup44.13.4indirect
PyPIboto3-stubs1.43.36indirect
PyPIbotocore1.40.72indirect
PyPIbotocore1.42.67indirect
PyPIbotocore-stubs1.42.41indirect
PyPIbytecode0.17.0indirect
PyPIcattrs25.3.0indirect
PyPIcdk-nag2.38.2indirect
PyPIcdklabs-generative-ai-cdk-constructs0.1.318indirect
PyPIcertifi2025.6.15indirect
PyPIcffi2.0.0indirect
PyPIcfn-lint1.48.1indirect
PyPIcharset-normalizer3.4.2indirect
PyPIclick8.1.8indirect
PyPIcolorama0.4.6indirect
PyPIcolorlog6.10.1indirect
PyPIconstructs10.6.0indirect
PyPIconstructs10.8.1indirect
PyPIcoverage7.14.3indirect
PyPIcryptography50.0.0indirect
PyPIdatadog0.52.1indirect
PyPIddtrace3.19.6indirect
PyPIdecorator5.2.1indirect
PyPIdependency-groups1.3.1indirect
PyPIdill0.4.1indirect
PyPIdirhash0.5.0indirect
PyPIdistlib0.4.0indirect
PyPIdocker7.1.0indirect
PyPIenvier0.6.1indirect
PyPIexceptiongroup1.3.0indirect
PyPIexceptiongroup1.3.1indirect
PyPIexecnet2.1.2indirect
PyPIfilelock3.29.7indirect
PyPIghp-import2.1.0indirect
PyPIgitdb4.0.12indirect
PyPIgitpython3.1.58indirect
PyPIgriffe1.13.0indirect
PyPIgriffelib2.0.0indirect
PyPIh110.16.0indirect
PyPIhttpcore1.0.9indirect
PyPIhttpx0.28.1indirect
PyPIhumanize4.15.0indirect
PyPIhvac2.4.0indirect
PyPIidna3.15indirect
PyPIijson3.5.0indirect
PyPIimportlib-metadata8.7.1indirect
PyPIiniconfig2.3.0indirect
PyPIisort8.0.1indirect
PyPIjinja23.1.6indirect
PyPIjsii1.135.0indirect
PyPIjsii1.139.0indirect
PyPIjsonpatch1.33indirect
PyPIjsonpointer3.0.0indirect
PyPIjsonschema4.26.0indirect
PyPIjsonschema-specifications2025.9.1indirect
PyPIlibrt0.11.0indirect
PyPImando0.7.1indirect
PyPImarkdown3.8.2indirect
PyPImarkdown-it-py3.0.0indirect
PyPImarkdownify1.1.0indirect
PyPImarkupsafe3.0.2indirect
PyPImdformat0.7.22indirect
PyPImdformat-tables1.0.0indirect
PyPImdurl0.1.2indirect
PyPImergedeep1.3.4indirect
PyPImkdocs1.6.1indirect
PyPImkdocs-autorefs1.4.2indirect
PyPImkdocs-get-deps0.2.0indirect
PyPImkdocs-git-revision-date-plugin0.3.2indirect
PyPImkdocs-llmstxt0.2.0indirect
PyPImkdocs-llmstxt0.5.0indirect
PyPImkdocs-material9.7.6indirect
PyPImkdocs-material9.7.7indirect
PyPImkdocs-material-extensions1.3.1indirect
PyPImkdocstrings0.30.0indirect
PyPImkdocstrings-python1.19.0indirect
PyPImpmath1.3.0indirect
PyPImultiprocess0.70.19indirect
PyPImypy2.1.0indirect
PyPImypy-boto3-appconfig1.43.0indirect
PyPImypy-boto3-appconfigdata1.43.0indirect
PyPImypy-boto3-cloudformation1.43.0indirect
PyPImypy-boto3-cloudwatch1.43.2indirect
PyPImypy-boto3-dynamodb1.43.0indirect
PyPImypy-boto3-lambda1.43.0indirect
PyPImypy-boto3-logs1.43.3indirect
PyPImypy-boto3-s31.43.0indirect
PyPImypy-boto3-secretsmanager1.43.0indirect
PyPImypy-boto3-ssm1.43.0indirect
PyPImypy-boto3-xray1.43.0indirect
PyPImypy-extensions1.1.0indirect
PyPInetworkx3.4.2indirect
PyPInox2026.4.10indirect
PyPIopentelemetry-api1.40.0indirect
PyPIoutcome1.3.0.post0indirect
PyPIpackaging25.0indirect
PyPIpaginate0.5.7indirect
PyPIpathspec0.12.1indirect
PyPIplatformdirs4.3.8indirect
PyPIpluggy1.6.0indirect
PyPIpublication0.0.3indirect
PyPIpy-cpuinfo9.0.0indirect
PyPIpycparser3.0indirect
PyPIpydantic-core2.46.4indirect
PyPIpygments2.19.2indirect
PyPIpygments2.20.0indirect
PyPIpymdown-extensions11.0.1indirect
PyPIpytest9.0.3indirect
PyPIpytest9.1.1indirect
PyPIpytest-asyncio1.4.0indirect
PyPIpytest-benchmark5.2.3indirect
PyPIpytest-cov7.1.0indirect
PyPIpytest-mock3.15.1indirect
PyPIpytest-socket0.8.0indirect
PyPIpytest-xdist3.8.0indirect
PyPIpython-dateutil2.9.0.post0indirect
PyPIpython-discovery1.1.3indirect
PyPIpython-dotenv1.2.2indirect
PyPIpywin32311indirect
PyPIpyyaml6.0.2indirect
PyPIpyyaml-env-tag1.1indirect
PyPIradon6.0.1indirect
PyPIreferencing0.37.0indirect
PyPIregex2026.2.28indirect
PyPIrequestsindirect
PyPIrequests2.33.0indirect
PyPIrequests2.34.2indirect
PyPIretry20.9.5indirect
PyPIrich14.3.3indirect
PyPIrpds-py0.30.0indirect
PyPIruff0.15.19indirect
PyPIs3transfer0.14.0indirect
PyPIs3transfer0.16.0indirect
PyPIscantree0.0.4indirect
PyPIsentry-sdk2.63.0indirect
PyPIsix1.17.0indirect
PyPIsmmap5.0.2indirect
PyPIsniffio1.3.1indirect
PyPIsortedcontainers2.4.0indirect
PyPIsoupsieve2.8.4indirect
PyPIstevedore5.7.0indirect
PyPIsympy1.14.0indirect
PyPItestcontainers4.15.0indirect
PyPItomli2.3.0indirect
PyPItomli2.4.0indirect
PyPItomli2.4.1indirect
PyPItrio0.33.0indirect
PyPIty0.0.49indirect
PyPItypeguard2.13.3indirect
PyPItypes-awscrt0.31.3indirect
PyPItypes-cffi1.17.0.20260307indirect
PyPItypes-protobuf7.34.1.20260518indirect
PyPItypes-pyopenssl24.1.0.20240722indirect
PyPItypes-python-dateutil2.9.0.20260518indirect
PyPItypes-redis4.6.0.20241004indirect
PyPItypes-requests2.33.0.20260712indirect
PyPItypes-s3transfer0.16.0indirect
PyPItypes-setuptools82.0.0.20260210indirect
PyPItyping-inspection0.4.2indirect
PyPIujson5.13.0indirect
PyPIurllib32.7.0indirect
PyPIvirtualenv21.2.0indirect
PyPIwatchdog6.0.0indirect
PyPIwcwidth0.2.13indirect
PyPIwrapt1.17.3indirect
PyPIxenon0.9.3indirect
PyPIzipp3.23.0indirect
Dependency advisories 0

Installing pypi:aws_lambda_powertools@3.34.0 pulls in 2 packages, direct and transitive: 0 carry known advisories, of which 0 are direct dependencies.

No known advisories affect the assessed dependencies.

An advisory means the version recorded in the dependency graph falls inside an advisory’s affected range. Reachability is not analysed, and the graph includes development and test pins — a finding may concern tooling rather than shipped software.

Raw JSON report machine-readable

Feedback

Spotted something off in this report, or have thoughts to share? Wrong measurements, missed tooling, ideas, questions — anything is welcome. Every message is read and gets a response.

The message is kept through sign-in.

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v2.10.0, schema v0.31.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticsPyPI.