Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Devsecops

Devsecops

148 projects

Showing 36 of 148 projects

Starbase
StarbaseTypeScript

Collects assets and relationships from cloud, SaaS, and security systems into a Neo4j graph for security analysis.

#hacktoberfest#graph#security-analysis
Stars361
Forks42
Last commit5 months ago
terraform-iam-policy-validator
terraform-iam-policy-validatorPython

A CLI tool that validates AWS IAM policies in Terraform templates against AWS IAM best practices and custom checks.

#aws-access-analyzer#policy-analysis#cli-tool
Stars352
Forks33
Last commit
aws-firewall-factory
aws-firewall-factoryTypeScript

An AWS CDK construct to deploy, update, and stage Web Application Firewalls (WAFs) with central governance via AWS Firewall Manager.

#waf#cdk#devops
Stars257
Forks26
Last commit8 months ago
OpenSCAP
OpenSCAPShell

Tools for vulnerability scanning and compliance auditing of Docker containers and images using OpenSCAP.

#compliance-auditing#container-security#security-hardening
Stars242
Forks43
Last commit9 years ago
Mobile Audit
Mobile AuditHTML

A Django web application for static security analysis (SAST) and malware detection in Android APKs.

#virustotal#apk-analysis#code-security
Stars227
Forks51
Last commit2 months ago
Upload and Scan Files with VirusTotal
Upload and Scan Files with VirusTotalTypeScript

A GitHub Action to upload and scan files for malware using VirusTotal's analysis engine.

#supply-chain-security#actions#virustotal
Stars227
Forks22
Last commit2 days ago
Awesome Threat Modeling
Awesome Threat Modeling

A curated collection of threat modeling resources, including methodologies, tools, books, and conference talks.

#dfd#risk-assessment#security
Stars176
Forks25
Last commit2 years ago
pii-shield
pii-shieldGo

A zero-code Kubernetes sidecar that redacts PII and secrets from application logs using entropy analysis and deterministic regex rules.

#pii-redaction#entropy-analysis#log-sanitization
Stars162
Forks10
Last commit3 days ago
Living off the pipeline
Living off the pipelineHTML

A research project inventorying RCE-by-design features and code execution risks in CI/CD pipeline tools.

#supply-chain-security#code-execution#workflow-injection
Stars159
Forks14
Last commit2 months ago
Preflight
PreflightGo

A tool to verify scripts and executables by hash to prevent supply chain attacks.

#supply-chain-security#devops#hash-verification
Stars157
Forks45
Last commit3 years ago
pgspot
pgspotPython

A static analysis tool that spots security vulnerabilities in PostgreSQL extension scripts and SQL code.

#python-tool#vulnerability-detection#security
Stars147
Forks10
Last commit2 days ago
MockSSH
MockSSHPython

A Python library to mock SSH servers and define custom commands for testing automation scripts.

#honeypot#devops#unit-testing
Stars130
Forks25
Last commit15 days ago
Dodgy
DodgyPython

A Python tool that scans codebases for potentially dangerous patterns like hardcoded passwords or accidental diff checkins.

#secret-detection#pre-commit#security-scanning
Stars130
Forks20
Last commit4 years ago
Cfngoat
Cfngoat

A vulnerable-by-design CloudFormation template for learning and testing infrastructure-as-code security scanning tools.

#aws-security#security-training#iac-scanning
Stars99
Forks639
Last commit1 year ago
Run tfsec, with reviewdog output on the PR
Run tfsec, with reviewdog output on the PRShell

A GitHub Action that runs tfsec with reviewdog on pull requests to enforce Terraform security best practices.

#terraform-security#security-scanning#infrastructure-as-code
Stars76
Forks24
Last commit
cloud-audit
cloud-auditPython

An open-source CLI scanner that finds AWS attack chains and provides copy-paste remediation with AWS CLI and Terraform.

#aws-security#aws-cli#terraform-remediation
Stars67
Forks13
Last commit3 days ago
ChainJacking
ChainJackingPython

A tool to detect which Go dependencies are vulnerable to GitHub repository hijacking (RepoJacking) attacks.

#supply-chain-security#python-tool#repojacking
Stars64
Forks15
Last commit2 months ago
zarn
zarnPerl

A lightweight static security analysis tool for modern Perl applications that identifies vulnerabilities using AST analysis and taint tracking.

#ast-analysis#static-code-analysis#code-security
Stars59
Forks10
Last commit4 days ago
DependencyCheck
DependencyCheckJava

OWASP's software composition analysis tool that identifies project dependencies and checks for known vulnerabilities.

#supply-chain-security#software-composition-analysis#continuous-integration
Stars54
Forks27
Last commit
snync
snyncJavaScript

A tool to detect and mitigate Dependency Confusion supply chain security risks in npm projects.

#supply-chain-security#npm-security#vulnerability-detection
Stars53
Forks9
Last commit14 days ago
Raindance Project
Raindance ProjectGCC Machine Description

A methodology and toolset for creating reusable attack maps to integrate security threat modeling into software development workflows.

#security-documentation#attack-maps#risk-assessment
Stars48
Forks24
Last commit
GitLab Secrets
GitLab SecretsPython

A security tool that scans GitLab repositories for secrets in dangling or force-pushed commits.

#gitlab#devsecops#python
Stars47
Forks5
Last commit1 year ago
ActionsTOCTOU (Time Of Check to Time Of Use)
ActionsTOCTOU (Time Of Check to Time Of Use)Python

A proof-of-concept tool demonstrating and exploiting TOCTOU vulnerabilities in GitHub Actions approval workflows.

#toctou#actions#cicd
Stars44
Forks7
Last commit6 months ago
parry
parryRust

A prompt injection scanner for Claude Code hooks that detects attacks, leaked secrets, and data exfiltration using ML models.

#prompt-injection-llm-security#transformer-models#claude-code
Stars44
Forks1
Last commit3 days ago
database-gateway
database-gatewayGo

A secure web gateway for controlled SQL query execution on PostgreSQL databases with OIDC authentication and OPA policy enforcement.

#database-access#database#postgres
Stars39
Forks1
Last commit21 days ago
Linting your AWS IAM policy documents for correctness and security issues
Linting your AWS IAM policy documents for correctness and security issuesShell

A GitHub Action that automatically lints AWS IAM policy documents for security issues and best practices.

#security-linting#policy-validation#security
Stars38
Forks3
Last commit
A vulnerability scanner for your docker images
A vulnerability scanner for your docker imagesJavaScript

A GitHub Action that scans Docker images for OS and library vulnerabilities in CI/CD pipelines.

#container-security#docker-security#cve-detection
Stars32
Forks3
Last commit
Awesome Container Security
Awesome Container Security

A curated collection of resources for container building and runtime security.

#supply-chain-security#container-security#runtime-security
Stars19
Forks3
Last commit7 years ago
leakhound
leakhoundGo

A Go static analysis tool that detects accidental logging of sensitive struct fields tagged with `sensitive:"true"`.

#sensitive-data#cli-tool#security
Stars17
Forks0
Last commit1 month ago
segspec
segspecGo

Extracts network dependencies from application configs and generates Kubernetes NetworkPolicies for security and CI/CD.

#zero-trust#helm#configuration-analysis
Stars16
Forks0
Last commit2 months ago
cdktg
cdktgTypeScript

AWS CDK constructs for defining threat models as code using the Threagile framework.

#threat#cdk#modeling
Stars13
Forks2
Last commit4 years ago
PR sneaking
PR sneakingCSS

Demonstrates methods for sneaking malicious code into GitHub pull requests to raise awareness of supply chain vulnerabilities.

#supply-chain-security#malware-detection#security
Stars11
Forks1
Last commit9 years ago
CVE Scanning Alpine images with Multi-stage builds in Docker 17.05
CVE Scanning Alpine images with Multi-stage builds in Docker 17.05Shell

Scans Alpine Linux Docker images for Common Vulnerabilities and Exposures (CVEs) using multi-stage builds.

#alpine-linux#container-security#docker-build
Stars11
Forks1
Last commit
buildcage
buildcageTypeScript

A Docker build security tool that restricts outbound network access to only allowed domains, preventing supply chain attacks.

#supply-chain-security#container-security#network-isolation
Stars10
Forks0
Last commit22 hours ago
Gato
GatoPython

A security tool for enumerating and exploiting pipeline vulnerabilities in GitHub Actions workflows and self-hosted runners.

#self-hosted-runners#enumeration-tool#vulnerability-scanner
Stars9
Forks1
Last commit3 months ago
Run dlint security linter on your Python code
Run dlint security linter on your Python codeDockerfile

GitHub Action that runs the dlint security linter on Python code to detect insecure coding patterns.

#linter#security-linter#python-security
Stars5
Forks2
Last commit5 years ago
PreviousPage 4 of 5Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
1 year ago
1 day ago
10 months ago
9 years ago
3 years ago
2 years ago
9 years ago
#Security86
#Static Analysis50
#Ci Cd38
#Security Tools35
#Cloud Security34
#Docker31
#Security Scanning30
#Vulnerability Detection27
#Aws25
#Infrastructure As Code25
#Container Security24
#Supply Chain Security21