Skip to main content
Data And API

Can I Use Aescut Data In My Own Project?

Licensing, APIs, feeds, and practical ways to build on Aescut without guessing.

Short answer

Yes. Aescut publishes reusable registry data and machine-readable outputs specifically so teams can consume the trust layer in their own tools. The content license is CC BY-SA 4.0, which means attribution and share-alike obligations apply.

The practical question is less “can I use it?” and more “which output best fits my use case: website, JSON catalog, feed, or MCP?”.

Which surface to use

  • Use the website when humans need to inspect entries manually.
  • Use /skills.json when you want a catalog snapshot for your own tooling.
  • Use the Aescut MCP when an agent should query trust data dynamically inside a session.
  • Use RSS or other feed surfaces when you want monitoring or change detection.

What the license means in practice

CC BY-SA 4.0 is permissive enough for reuse, but it is not a public-domain waiver. If you redistribute or adapt the data, you need to provide attribution and preserve the share-alike obligation for derivative datasets or content.

What good downstream use looks like

Good downstream use keeps Aescut as a trust substrate, not just a marketing badge. For example, a team onboarding tool can use the registry data to pre-fill install metadata, show risk notes next to a server, or refuse to auto-enable a deprecated entry.

Sources and further reading