> ## Documentation Index
> Fetch the complete documentation index at: https://docs.amplify.security/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> New to Amplify Security? Start here.

<img src="https://mintcdn.com/amplifysecurity/yM-znr0cSZulx4YZ/images/secure-software.png?fit=max&auto=format&n=yM-znr0cSZulx4YZ&q=85&s=6e5e201716eb4fb12ad25dd70b5c4515" alt="Secure Software" width="1321" height="868" data-path="images/secure-software.png" />

## What is Amplify Security?

Amplify Security is a cloud-native security platform that integrates industry leading security tools
into your development workflow and provides automatically generated code fixes for security
vulnerabilities.

<Note>
  Amplify Security is currently in beta. Documentation and application functionality may change frequently.
</Note>

## How Amplify secures your code

Amplify Security runs configured security tools on codebases that have been added to Amplify using
our [GitHub Action](https://github.com/amplify-security/runner-action) or [GitLab
Component](https://gitlab.com/amplify-security/components/). Amplify notifies developers of new
vulnerabilities directly in their pull/merge requests and provides code fixes when available.

<Tip>Official documentation for running Amplify Security on Bitbucket is coming soon!</Tip>

Our dedication to securing your code doesn't stop at identifying new vulnerabilities. The Amplify
platform continuously runs configured security tools on your codebase and generates new code fixes
as they become available for existing vulnerabilities. Once you've reviewed the available code
fixes, you can open a PR to apply the fix within the Amplify platform.

## Developer first security

Amplify is designed and built by developers, for developers. We're tired of security products that
both get in the way and don't actually improve security just as much as you are. Our engineering
team will never stop thinking about what developers actually need to develop secure code with zero
reduction to velocity and without security theater.

## Core components

All of the core components that you need to secure your code with Amplify are open source and
available for review.

<CardGroup cols={2}>
  <Card title="GitHub App" icon="code-simple" href="https://github.com/apps/amplify-security">
    View the Amplify Security GitHub App on the GitHub Marketplace.
  </Card>

  <Card title="GitHub Action" icon="circle-play" href="https://github.com/marketplace/actions/amplify-runner-action">
    View the Amplify Security GitHub Action on GitHub.
  </Card>

  <Card title="GitLab Component" icon="circle-play" href="https://gitlab.com/amplify-security/components/">
    View the Amplify Security GitHub Action on GitHub.
  </Card>

  <Card title="Amplify Runner" icon="terminal" href="https://github.com/amplify-security/runner">
    The Amplify Runner is open source and available to view on GitHub.
  </Card>

  <Card title="Docker Image" icon="ship" href="https://hub.docker.com/r/amplifysecurity/runner">
    The Amplify Runner Docker image is available on Docker Hub.
  </Card>
</CardGroup>

<Info>
  Have a suggestion to improve our documentation? Contribute changes with a pull request to our
  [Docs](https://github.com/amplify-security/docs) repository on GitHub.
</Info>
