Skip to content

Commit d5de63a

Browse files
docs: add browser extension guidance
Clarifies that browser extensions should use only. Future enhancement: headless browser attack simulation. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent aba2abf commit d5de63a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,20 @@ panic-attack supports multiple deployment patterns:
8585
* **panicbot**: integrated automated diagnostics
8686
* **mass-panic**: large-scale multi-repo / multi-system scanning
8787

88+
=== Special Cases
89+
90+
For **browser extensions** (Firefox/Chrome):
91+
92+
* Use `panic-attack assail` (static analysis only)
93+
* Skip dynamic attack phase (extensions cannot be executed as standalone programs)
94+
* Focus on:
95+
- `eval()` usage
96+
- DOM manipulation
97+
- Hardcoded secrets
98+
- Supply chain risks
99+
100+
Future: Add browser-specific attack simulation via headless browsers.
101+
88102
---
89103

90104
== Relationship to PanLL

0 commit comments

Comments
 (0)