Yehia3A commited on
Commit
d2c6e36
·
1 Parent(s): 52d26f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -13,7 +13,6 @@ tags:
13
  - iam
14
  - fine-tuned
15
  ---
16
- Model Card: secure-policy-rewriter 🔐
17
  This is a fine-tuned version of the facebook/opt-1.3b model designed to analyze and rewrite risky AWS IAM policies into more secure, specific policies based on the Principle of Least Privilege.
18
 
19
  The model takes a potentially risky IAM policy (often with wildcards like "*" or "s3:*") as input and generates a secure version with specific permissions, resources, and optional conditions. This model can be used as a component in a larger security scanning or remediation pipeline.
 
13
  - iam
14
  - fine-tuned
15
  ---
 
16
  This is a fine-tuned version of the facebook/opt-1.3b model designed to analyze and rewrite risky AWS IAM policies into more secure, specific policies based on the Principle of Least Privilege.
17
 
18
  The model takes a potentially risky IAM policy (often with wildcards like "*" or "s3:*") as input and generates a secure version with specific permissions, resources, and optional conditions. This model can be used as a component in a larger security scanning or remediation pipeline.