guardian/fsbp-tools — explained in plain English
Analysis updated 2026-08-08 · repo last pushed 2026-07-13
Find and lock down S3 buckets that are accidentally configured for public access.
Strip loose traffic rules from default EC2 security groups that are not in use.
Run a security audit to preview misconfigured AWS resources before applying fixes.
| guardian/fsbp-tools | 0verflowme/cloudflared | 0verflowme/pulumi-vultr | |
|---|---|---|---|
| Language | Go | Go | Go |
| Last pushed | 2026-07-13 | 2024-10-19 | 2022-12-26 |
| Maintenance | Active | Stale | Dormant |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | ops devops | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires an AWS account with appropriate IAM permissions to inspect and modify S3 buckets and EC2 security groups.
fsbp-fix is a tool that automatically fixes common security misconfigurations in Amazon Web Services (AWS) environments. Instead of manually hunting down and correcting settings that leave cloud resources exposed, an engineer can run this tool to find and resolve those issues in a fraction of the time. It was built by the Guardian to help enforce the AWS Foundational Security Best Practices standard, a set of security guidelines published by AWS. The tool currently tackles two specific problems. The first involves Amazon S3, the cloud storage service where companies keep files and data. The tool finds any S3 "buckets" (the containers holding that data) that are accidentally configured to allow public access, and then locks them down so only authorized users can get in. The second involves EC2 security groups, which act like digital bouncers controlling what network traffic can flow in and out of servers. The tool finds the default security groups that have loose rules allowing unwanted traffic and strips those rules away, provided the security group isn't actively being used by a live server. Notably, the tool is careful to skip over resources managed by CloudFormation, an AWS service that uses templates to set up infrastructure, so it doesn't accidentally create conflicts with those templates. The primary users are cloud engineers, security teams, or developers responsible for keeping an AWS account safe. For example, if a company runs a security audit and discovers that several storage buckets are publicly readable, an engineer could use this tool to quickly close that exposure across all their buckets at once, rather than clicking through the AWS dashboard one by one. A practical feature of the tool is that it runs in a "dry run" mode by default. This means it will simply show the user which resources are misconfigured and what it would fix, without actually changing anything. The user has to explicitly tell the tool to execute before it makes any real changes, and even then, it asks for confirmation first. This gives teams a safe way to review the findings before committing to automated fixes.
A tool that automatically finds and fixes common AWS security misconfigurations, like publicly exposed S3 buckets and overly permissive EC2 security groups, with a safe dry-run mode by default.
Mainly Go. The stack also includes Go, AWS.
Active — commit in last 30 days (last push 2026-07-13).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.