You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Without auto_review=true we cannot have triggers such as
46
+
# workflow_dispatch and PR label
47
+
github_action_config.auto_review: "true"
48
+
github_action_config.auto_describe: "false"
49
+
github_action_config.auto_improve: "false"
50
+
PR_REVIEWER__EXTRA_INSTRUCTIONS: |
51
+
You are reviewing changes in a security-sensitive Web3 browser extension wallet. Focus exclusively on security, privacy, and compliance risks. Ignore style, performance, or general quality issues unless they have direct security impact.
52
+
53
+
Key areas to examine:
54
+
- Sensitive data exposure or hard-coded secrets
55
+
- Insecure deserialization, cryptographic issues
56
+
- Improper access control
57
+
- Input validation, sanitization, and output encoding
58
+
- Logging of sensitive information
59
+
- Changes in key areas like: keystore, signing logic, encryption and safety features
60
+
- Edge cases in features that ensure the security of the user (e.g., phishing detection, transaction safety checks, etc.)
61
+
62
+
For every finding:
63
+
- State the severity (Critical / High / Medium / Low)
64
+
- Quote the exact vulnerable code
65
+
- Explain the risk clearly
66
+
- Provide concrete remediation steps or code fixes
0 commit comments