Transform technical findings into clear, structured written content: penetration test reports, vulnerability disclosures, security blog posts, and technical documentation.
Transform technical findings into clear, structured written content: penetration test reports, vulnerability disclosures, security blog posts, and technical documentation.
Law 8 (Learn from Every Operation), Law 11 (Share Knowledge, Build Legacy)
Related Skills
knowledge-ops, deep-research
Purpose
Transform technical findings into clear, structured written content: penetration test reports, vulnerability disclosures, security blog posts, and technical documentation.
Writing is the final step in the intelligence workflow — turning raw findings into actionable deliverables for clients, researchers, or the public.
Style mimicry: Train model on target author's corpus; mimic their style.
References
[Related CVEs, vendor advisories, etc.]
### Security Blog Post Template
```markdown
# [Catchy Title]: [One-Sentence Hook]
**Published**: [date]
**Author**: [name]
**Tags**: [tag1, tag2, tag3]
---
## TL;DR
[2-3 sentences summarizing the entire post]
---
## Introduction
[Set the stage — why does this topic matter? What problem are you solving?]
## Background
[Context needed to understand the vulnerability/technique/tool]
## Discovery
[How did you find this? What were the initial signals?]
## Deep Dive
[Technical details — this is the meat of the post]
### Step 1: [Phase Name]
[Description]
```bash
[Commands]
[Output/screenshot]
Step 2: [Phase Name]
[Continue for all steps]
Impact & Exploitation
[What can an attacker do with this? Real-world scenarios]
Detection & Mitigation
For Defenders
[Detection method 1]
[Detection method 2]
For Developers
[Secure coding practice to prevent this]
Conclusion
[Wrap up — key takeaways, call to action]
References
[Links to related research, tools, CVEs]
## Use Cases
1. **Pentest Deliverable**: Final report for client after engagement
2. **Responsible Disclosure**: Notify vendor of discovered vulnerability
3. **Knowledge Sharing**: Publish research findings publicly
4. **Internal Documentation**: Record methodology for team playbooks
5. **Advisory Publishing**: Warn community of active threat
## Writing Best Practices
- **Be precise**: Use exact file paths, line numbers, version numbers
- **Be reproducible**: Include all commands, payloads, and environment details
- **Be cautious**: Sanitize sensitive data (IPs, domains, real credentials)
- **Be visual**: Screenshots, diagrams, code blocks
- **Be actionable**: Every finding needs a clear fix
## Integration
- **Input**: knowledge-ops findings, test-cases validation results
- **Output**: Markdown/PDF reports, blog posts, advisories
- **Handoff**: Share with client, vendor, or publish publicly