Dashboard

acme/frontend-app

PR #89

Evaluation ID: eval-2024-002

Branch

fix/login-bug

Commit

b2c3d4e

Author

asmith

Duration

2567ms

Violations Summary
2

Errors

1

Warnings

0

Info

Potential API key found in source code
error

Policy: No Hardcoded Secrets

src/services/api.ts:42:15
const API_KEY = "sk_live_1234567890abcdef";
Suggestion: Use environment variables for sensitive values
AWS Access Key ID detected
error

Policy: No Hardcoded Secrets

src/config/aws.ts:8:20
const AWS_KEY = "AKIAIOSFODNN7EXAMPLE";
Suggestion: Use AWS credentials provider or environment variables
Function exceeds maximum line length
warning

Policy: Code Style Guidelines

src/components/LoginForm.tsx:125:1
export function LoginForm({ onSubmit, onCancel, isLoading, errorMessage, ...props }) {
Suggestion: Consider breaking this function into smaller parts
Metadata
Evaluated At
January 15, 2024 at 01:45 PM
Organization
acme