config.py:9
Hardcoded AWS access key detected. This could allow unauthorized access to AWS resources.
Recommendation: Use environment variables or AWS IAM roles.
config.py:10
Hardcoded AWS secret key detected. Combined with access key, provides full account access.
Recommendation: Rotate credentials immediately and use AWS Secrets Manager.
config.py:13
Live Stripe API key detected. This could allow unauthorized payment processing.
Recommendation: Use restricted keys and environment variables.
config.py:14
GitHub PAT detected. Could provide repository access or GitHub API access.
Recommendation: Revoke token and use fine-grained tokens.
config.py:17
Hardcoded JWT secret detected. Could allow token forgery attacks.
Recommendation: Store in secure vault or environment variable.