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

# Security

<AccordionGroup>
  <Accordion title="detected-github-token">
    GitHub Token detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-generic-secret">
    Generic Secret detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-google-gcm-service-account">
    Google (GCM) Service account detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-etc-shadow">
    linux shadow file detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-square-oauth-secret">
    Square OAuth Secret detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-aws-session-token">
    AWS Session Token detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-google-api-key">
    Google API Key Detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-google-oauth-url">
    Google OAuth url detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-telegram-bot-api-key">
    Telegram Bot API Key detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-artifactory-token">
    Artifactory token detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-username-and-password-in-uri">
    Username and password in URI detected<br />**Likelihood**: MEDIUM<br />**Confidence**: MEDIUM<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-sauce-token">
    Sauce Token detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-generic-api-key">
    Generic API Key detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="google-maps-apikeyleak">
    Detects potential Google Maps API keys in code<br />**Likelihood**: MEDIUM<br />**Confidence**: MEDIUM<br />**CWE**: <br />- CWE-538: Insertion of Sensitive Information into Externally-Accessible File or Directory
    <br />**OWASP**: <br />- A3:2017 Sensitive Data Exposure
  </Accordion>

  <Accordion title="detected-slack-webhook">
    Slack Webhook detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-amazon-mws-auth-token">
    Amazon MWS Auth Token detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-pgp-private-key-block">
    Something that looks like a PGP private key block is detected. This is a potential hardcoded secret that could be leaked if this code is committed. Instead, remove this code block from the commit.<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-stripe-api-key">
    Stripe API Key detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-mailchimp-api-key">
    MailChimp API Key detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-jwt-token">
    JWT token detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-321: Use of Hard-coded Cryptographic Key
    <br />**OWASP**: <br />- A02:2021 - Cryptographic Failures
  </Accordion>

  <Accordion title="detected-npm-registry-auth-token">
    NPM registry authentication token detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-private-key">
    Private Key detected. This is a sensitive credential and should not be hardcoded here. Instead, store this in a separate, private file.<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-softlayer-api-key">
    SoftLayer API Key detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-sonarqube-docs-api-key">
    SonarQube Docs API Key detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-artifactory-password">
    Artifactory token detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-snyk-api-key">
    Snyk API Key detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-square-access-token">
    Square Access Token detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-facebook-access-token">
    Facebook Access Token detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-aws-access-key-id-value">
    AWS Access Key ID Value detected. This is a sensitive credential and should not be hardcoded here. Instead, read this value from an environment variable or keep it in a separate, private file.<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-aws-secret-access-key">
    AWS Secret Access Key detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-ssh-password">
    SSH Password detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-mailgun-api-key">
    Mailgun API Key detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-aws-account-id">
    AWS Account ID detected. While not considered sensitive information, it is important to use them and share them carefully. For that reason it would be preferrable avoiding to hardcoded it here. Instead, read the value from an environment variable or keep the value in a separate, private file.<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-kolide-api-key">
    Kolide API Key detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-google-cloud-api-key">
    Google Cloud API Key detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-aws-appsync-graphql-key">
    AWS AppSync GraphQL Key detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-bcrypt-hash">
    bcrypt hash detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-stripe-restricted-api-key">
    Stripe Restricted API Key detected<br />**Likelihood**: LOW<br />**Confidence**: MEDIUM<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-picatic-api-key">
    Picatic API Key detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-sendgrid-api-key">
    SendGrid API Key detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-paypal-braintree-access-token">
    PayPal Braintree Access Token detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-google-oauth-access-token">
    Google OAuth Access Token detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-heroku-api-key">
    Heroku API Key detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-facebook-oauth">
    Facebook OAuth detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-outlook-team">
    Outlook Team detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-hockeyapp">
    HockeyApp detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-slack-token">
    Slack Token detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-twilio-api-key">
    Twilio API Key detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>

  <Accordion title="detected-codeclimate">
    CodeClimate detected<br />**Likelihood**: LOW<br />**Confidence**: LOW<br />**CWE**: <br />- CWE-798: Use of Hard-coded Credentials
    <br />**OWASP**: <br />- A07:2021 - Identification and Authentication Failures
  </Accordion>
</AccordionGroup>
