Files
Anthropic-Cybersecurity-Skills/skills/testing-android-intents-for-vulnerabilities/assets/template.md
T

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]