All rules →
Rules / Dart
SHIELD-DART-008

Hardcoded secret credential

highDartCWE-798CVSS 8.2

What it detects

A password, API key, or token assigned a literal string embeds a secret in source code.

How to fix

Load secrets from secure storage or environment configuration, never from source literals.

Scan your repo freeFull documentation
Back to all rules
SHIELD-DART-008: Hardcoded secret credential — Zennoxa Shield