Credential Access
High
- Category
- Privilege Escalation
- Content
env | grep IDENTITY || echo "IDENTITY not in environment" # Layer 3: Signing script echo "=== Keychain state: ===" security list-keychains security find-identity -v
- Confidence
- 88% confidence
- Finding
- The skill explicitly recommends adding diagnostic instrumentation that inspects environment variables and keychain state, including `security list-keychains` and `security find-identity -v`. In a real environment, these commands can enumerate sensitive signing identities and expose credential-related metadata in logs, which may aid an attacker or leak confidential operational details through CI output or shared debugging artifacts.
