Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.94 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.94 KB

H1 Automation Glossary

H1 Automation Glossary is an initiative by professionals working with HackerOne Automations. This repository serves as a central place to share, refine, and collaborate on automation templates that enhance security workflows. Whether you’re looking for pre-built scripts or inspiration to optimize your own automations, this is the place to start.

What Are HackerOne Automations?

HackerOne Automations allow you to automate common workflows and tasks in your security program. These JavaScript-based automations can help you:

  • Automatically triage and process incoming reports
  • Standardize communications with hackers
  • Perform routine security checks
  • Integrate with other tools and services
  • Save time on repetitive tasks

What You'll Find Here

  • Ready-to-use automation templates for common HackerOne use cases
  • Scripts to streamline security operations and reduce manual effort
  • Best practices and insights from the community
  • Contributions from practitioners to expand and improve automations

How to Use This Repository

Browse through the available automations in the repository. Each automation is contained in its own file with a descriptive name. The file starts with a comment block that explains what the automation does, for example:

/**
 * This function is triggered when a hacker submits a report. It automates the process of reviewing the report, generating feedback, and sending the feedback to the hacker with a comment.
 */

Contributing

This is a community-driven project. Everyone is welcome to contribute! If you have an automation that makes your workflow more efficient, share it here to help others improve their processes.

  • To share an automation, open a Merge Request (MR) with your template and a short description.
  • To request a new automation, open an Issue describing your use case and requirements.