← Back to list

security-audit
by dtsvetkov1
⭐ 0🍴 0📅 Jan 17, 2026
SKILL.md
name: security-audit description: Scans code for security vulnerabilities, hardcoded secrets, and unsafe patterns in React Native and Expo applications. Use before merging sensitive changes or as part of a regular audit.
Security Audit Skill
This skill focuses on making the application robust against common mobile security threats.
Instructions
- Secret Scanning: Check for API keys, passwords, or tokens in the codebase.
- Data Storage: Ensure sensitive data is stored in
expo-secure-storeand notAsyncStorage. - Network: Verify that all API calls use HTTPS and that SSL pinning is considered for high-security apps.
- Input Validation: Check for unsanitized inputs that could lead to XSS or injection.
- Permissions: Review
app.jsonfor unnecessary permissions.
Tools to Simulate/Use
bunx audit(for dependencies)- Custom grep patterns for secrets (e.g.,
sk-,AIza,ghp_) - Checking for
dangerouslySetInnerHTMLin web-related components.
See Mobile Security Checklist for a comprehensive list.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon