Skip to content

Commit 593b2c5

Browse files
committed
Merge release/v1.2.1 back into develop
2 parents 01a6b6b + 19d3e7b commit 593b2c5

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Each skill maintains its own independent version. Use this matrix to understand
1111

1212
| Skill | Current Version | Requires | Min Versions |
1313
|-------|-----------------|----------|--------------|
14-
| **requesthunt** | 2.2.0 | - | - |
14+
| **requesthunt** | 2.2.1 | - | - |
1515
| **domain-hunter** | 1.0.0 | twitter, reddit | twitter ≥1.0.0, reddit ≥1.0.0 |
1616
| **logo-creator** | 1.0.0 | nanobanana | nanobanana ≥1.0.0 |
1717
| **banner-creator** | 1.0.0 | nanobanana | nanobanana ≥1.0.0 |
@@ -32,16 +32,18 @@ Each skill maintains its own independent version. Use this matrix to understand
3232

3333
## [Unreleased]
3434

35-
### requesthunt
36-
- **Version**: 2.1.0 → 2.2.0
37-
- Added **Platform Selection Guide** with data-driven recommendations based on research across 220+ topics and 9 product categories
38-
- Platform × category matrix covering automotive, gaming, travel, food, health, real estate, social, creator economy, and developer tools
39-
- Quick selection rules for choosing optimal platforms per product type
40-
- Updated research workflow with category-aware scraping strategies (YouTube-first for consumer, Reddit-first for dev tools, LinkedIn-first for B2B)
41-
- Enhanced report template with platform signal comparison table and platform strategy section
42-
4335
## Released Versions
4436

37+
## [1.2.1] - 2026-04-19
38+
39+
### requesthunt
40+
- **Version**: 2.2.0 → 2.2.1
41+
- **Security**: Documented SHA256 checksum verification and GitHub Releases source for CLI installer
42+
- **Security**: Added build-from-source alternative (`cargo install --path cli`)
43+
- **Security**: Recommend environment variable (`REQUESTHUNT_API_KEY`) over plaintext command-line API key
44+
- **Security**: Added Content Safety section with untrusted-input handling guidelines for agents
45+
- Addresses security audit findings from Agent Trust Hub (FAIL), Socket (WARN), and Snyk (FAIL) on skills.sh
46+
4547
## [1.2.0] - 2026-04-15
4648

4749
### requesthunt

skills.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.1",
2+
"version": "1.2.1",
33
"name": "OPC Skills",
44
"description": "Agent Skills for One Person Companies",
55
"repository": "https://github.com/ReScienceLab/opc-skills",
@@ -74,7 +74,7 @@
7474
},
7575
{
7676
"name": "requesthunt",
77-
"version": "2.2.0",
77+
"version": "2.2.1",
7878
"description": "Generate user demand research reports from real user feedback. Scrape and analyze feature requests, complaints, and questions from Reddit, X, GitHub, YouTube, and LinkedIn.",
7979
"logo": "https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/skill-logos/requesthunt.svg",
8080
"icon": "globe",

0 commit comments

Comments
 (0)