microsoft / microsoft/ApplicationInspector

enhanced API detection engine

Open
#645 1 comment 1 reaction 2 assignees View on GitHub

@gfs is already working on this.

Since Jun 24, 2026.

enhancement
Dominant language
C#
Stars
4.4k
Forks
366
Avg merge
6d 7h
Merged PRs (30d)
3

Description

Is your feature request related to a problem? Please describe.

Hoping to reliably flag “this repo exposes an API.”

Describe the solution you'd like
I'd like a ruleset that will flag when App Inspector is confident that the software it scanned has detected an API. Perhaps there's a ruleset that detects strings like these:

@app.route
@app.get
FastAPI()
express()
app.get(
app.post(
@RestController
@RequestMapping
[ApiController]
MapGet(
MapPost(
swagger.json
openapi.yaml

Describe alternatives you've considered
Well I think @gfs and I talked about this a little in this issue.

Additional context
None

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.