← Back to list

security-baseline
by amattas
Microsoft Fabric demo for retail customers with data generator
⭐ 0🍴 0📅 Jan 15, 2026
SKILL.md
name: security-baseline description: Security requirements, threats, and controls that apply across this system.
Security Baseline
Threat Model (High Level)
- Primary users: internal analytics users
- Assets to protect:
- Customer PII (anonymized in demo)
- Event data integrity
- Connection strings and secrets
Required Controls
Authentication
- Use Azure AD / Entra ID for Fabric workspace access
- Service principals for automated pipelines
Authorization
- Enforce least privilege on Fabric items
- Separate dev/prod workspaces
Input Validation & Output Encoding
- Validate all untrusted input at boundaries
- Sanitize or encode output where appropriate
Secrets Management
- Store secrets in Azure Key Vault, never in code or config files
- Use Fabric-managed connections where possible
Logging & Auditing
- Log security-relevant events
- Avoid logging sensitive data
Common Vulnerabilities
- Never embed connection strings in notebooks
- Validate JSON payloads in streaming pipelines
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