mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-14 06:54:57 +03:00
31 lines
768 B
Markdown
31 lines
768 B
Markdown
# 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]
|