mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-24 21:40:58 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# Android Intent Security Assessment Report
|
||||
|
||||
## Target
|
||||
| Field | Value |
|
||||
|-------|-------|
|
||||
| Package | [PACKAGE] |
|
||||
| Target SDK | [SDK] |
|
||||
| Exported Components | [COUNT] |
|
||||
|
||||
## Attack Surface
|
||||
| Component Type | Exported | Unprotected | Risk |
|
||||
|---------------|----------|-------------|------|
|
||||
| Activities | [N] | [N] | [RISK] |
|
||||
| Services | [N] | [N] | [RISK] |
|
||||
| Receivers | [N] | [N] | [RISK] |
|
||||
| Providers | [N] | [N] | [RISK] |
|
||||
|
||||
## Findings
|
||||
### Finding [N]: [COMPONENT_NAME]
|
||||
- **Type**: [Activity/Service/Receiver/Provider]
|
||||
- **Exported**: Yes
|
||||
- **Permission Protected**: [YES/NO]
|
||||
- **Issue**: [DESCRIPTION]
|
||||
- **Severity**: [LEVEL]
|
||||
- **Test Command**: `[COMMAND]`
|
||||
- **Result**: [OUTCOME]
|
||||
- **Recommendation**: [REMEDIATION]
|
||||
|
||||
## Recommendations
|
||||
1. [RECOMMENDATION]
|
||||
Reference in New Issue
Block a user