Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and the project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---

## [Unreleased]
## [2.2.0] — 2026-05-24

### `offensive-osint` — feat: HackerOne hacktivity reference agent (§29.3)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ claude-osint/
├── skills/
│ ├── osint-methodology/SKILL.md # how to think (455 lines)
│ └── offensive-osint/
│ ├── SKILL.md # what to reach for (4,168 lines)
│ ├── SKILL.md # what to reach for (~4,200 lines)
│ ├── scripts/secret_scan.py # stdlib-only secret scanner
│ └── scripts/h1_reference.py # HackerOne disclosed-reports reference agent
├── docs/ # architecture · coverage · install · usage
Expand Down
5 changes: 3 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ If you used these skills during an authorized engagement and found a vulnerabili

| Version | Support status |
|---|---|
| 2.1.x (current) | ✅ Active |
| 2.0.x | ⚠️ Bug fixes only |
| 2.2.x (current) | ✅ Active |
| 2.1.x | ⚠️ Bug fixes only |
| 2.0.x | ❌ End of life |
| 1.x | ❌ End of life |

## Security best practices for users
Expand Down
4 changes: 2 additions & 2 deletions skills/offensive-osint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ The "what to reach for" operational arsenal for external red-team OSINT and bug-
| Field | Value |
|---|---|
| Name | `offensive-osint` |
| Version | 2.1 |
| Lines | ~3,800 |
| Version | 2.2 |
| Lines | ~4,200 |
| Top-level sections | 51 |
| Subsections | ~135 |
| Companion skill | [`osint-methodology`](../osint-methodology/) |
Expand Down
4 changes: 2 additions & 2 deletions skills/osint-methodology/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ The "how to think" reference for external red-team OSINT and bug-bounty reconnai
| Field | Value |
|---|---|
| Name | `osint-methodology` |
| Version | 2.1 |
| Lines | ~1,700 |
| Version | 2.2 |
| Lines | ~455 |
| Top-level sections | 33 |
| Subsections | ~125 |
| Companion skill | [`offensive-osint`](../offensive-osint/) |
Expand Down
2 changes: 1 addition & 1 deletion tests/smoke-test-prompts.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ Grade: ___

Re-run this suite after every skill edit. Add new prompts when you discover new behavior gaps. Open issues for failures.

Last updated: 2026-05-19. Skill versions: 2.1 + 2.2-dev.
Last updated: 2026-05-24. Skill versions: 2.2 + 2.2.
Loading