hn
Low · 82 Score: 82/100
by dbhurley | Audited: 2026-02-05T09:18:25.242Z | Ruleset: 0.1.0
About This Skill
Browse Hacker News - top stories, new, best, ask, show, jobs, and story details with comments.
✨ Task automation
✨ Data processing
✨ API integration
✨ Error handling
Use Cases
1 Workflow automation
2 Data transformation
3 System integration
Security Audit
Low · 82
Summary
Browse Hacker News - top stories, new, best, ask, show, jobs, and story details with comments.
Risk Profile
Key Risks 0 items
No LLM risk bullets (LLM disabled or not cached).
Deterministic Findings (Evidence)
| Rule | Severity | File | Snippet |
|---|---|---|---|
| NET_HTTP_REQUEST | medium | skills/dbhurley/hn/scripts/hn.py Line 29 | r = httpx.get(f"{BASE_URL}/item/{item_id}.json", timeout=10) |
| NET_HTTP_REQUEST | medium | skills/dbhurley/hn/scripts/hn.py Line 34 | r = httpx.get(f"{BASE_URL}/{endpoint}.json", timeout=10) |
| NET_HTTP_REQUEST | medium | skills/dbhurley/hn/scripts/hn.py Line 85 | r = httpx.get(f"{ALGOLIA_URL}/search", params={"query": query, "hitsPerPage": limit}, timeout=10) |