# intruder-io/autoswagger

Autoswagger by Intruder - detect API auth weaknesses

Repository: https://github.com/intruder-io/autoswagger
Canonical: https://ross.abutalabs.com/products/autoswagger
Language: Python
License: BSD-3-Clause
License Family: permissive
Last push: 2025-08-08T10:12:51+00:00

## Health v2 (maintenance only)
Score: 34/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 35, release rhythm 35, longevity 30
- inputs: {"age_days": 426, "days_push": 390, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1960, forks 182 (observed 2026-08-28T04:05:59.528082+00:00)

## What it is
Autoswagger is a Python command-line tool that discovers Swagger/OpenAPI specifications, parses their endpoints, and automatically tests them for unauthenticated access, PII leaks, and exposed secrets. It uses multi-threaded requests with rate limiting, Presidio-based PII recognition, and regex-based secret detection.

## Use cases
- find unauthenticated API endpoints from swagger docs
- scan OpenAPI spec for broken authorization
- detect PII leaks in API responses
- check API endpoints for exposed secrets and tokens
- audit my REST API for security weaknesses
- brute force API parameters to bypass validation
- test API endpoints without authentication

## When to choose
- you have an API with Swagger/OpenAPI documentation and want to find auth weaknesses
- you need automated PII and secrets leak detection in API responses
- you want a lightweight CLI for quick API security assessments

## When to avoid
- you need comprehensive authenticated API testing or full DAST coverage
- your API has no discoverable OpenAPI/Swagger specification
- the spec uses formats or extensions the tool does not yet handle

## Facets
- artifact type: cli-tool
- maturity: active
- function: security, penetration-testing, vulnerability-scanning, http-client, parser, cli
- domain: security, apis, penetration-testing, developer-tools
- platform: cli, python, cross-platform
- tags: openapi, swagger, api-security, auth-testing, pii-detection, secrets-detection, api-testing, command-line

## Member repositories
- intruder-io/autoswagger (main) score 34

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:59.528082+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:05:46.419144+00:00, confidence not recorded.
  - readme: https://github.com/intruder-io/autoswagger (fetched 2026-08-28T04:05:59.528082+00:00, sha bf222323ac68)
- Data as of 2026-08-30T08:39:29.467469+00:00.
