github-release-checker

A tool for checking GitHub releases, which are published versions of a project hosted on GitHub.

In plain words
What is it for?
It is for automated tasks that need to inspect GitHub release details.
Why use it?
It can reduce manual checking of release information in system workflows.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/qualixar/skillfortify/github-release-checker
Any agent
npx skills add qualixar/skillfortify --skill github-release-checker
Clone the repo
git clone --depth 1 https://github.com/qualixar/skillfortify

Made for: Claude Code, Codex.

Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 143 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00012 $0.00143
Opus 5 $0.00006 $0.00072
Sonnet 5 $0.00002 $0.00029
Haiku 4.5 $0.00001 $0.00014

Measured 3d ago against content hash 726f3fae357d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

github-release-checker scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -s "https://pypi.org/pypi/{package}/json" | python -m json.tool

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s "https://pypi.org/pypi/{package}/json" | python -m json.tool
benchmarks/skills/claude/benign/claude_ben_cat3_008/.claude/skills/github-release-checker/SKILL.md · 27 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 27 lines · 12 tokens per session scan C 726f3fae357d

Subscribe to this mod's changes

github-release-checker is a skill published in the GitHub repository qualixar/skillfortify (30 stars, last pushed 28d ago), with no licence file. It adds 12 tokens to every session and 143 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

EMILIA Trust Verification

Verify the authenticity of AI-agent authorization receipts and human-device signoffs. Use this whenever a user shares a "trust receipt", an "authorization receipt", a "signoff", or WebAuthn/passkey approval evidence and asks whether it is valid, genuine, or tampered with. Pairs with the public EMILIA Protocol MCP…

emiliaprotocol/emilia-protocol · 94 tokens

changelog

Invoke before committing user-facing changes (new features, bug fixes, behavior changes) to update CHANGELOG.md. Skip for internal refactors, CI, docs-only, or minor dependency bumps.

aviatesk/JETLS.jl · 41 tokens

agents-shipgate

Use when the user wants to run the prominent Agents Shipgate flows — shipgate check, agents-shipgate verify, or shipgate audit --host — for AI agent capability changes, PR release readiness, or coding-agent host grants.

ThreeMoonsLab/agents-shipgate · 56 tokens

changelog-updater

Auto-update CHANGELOG.md following Keep a Changelog format. Triggers: CL, changelog, 變更, 版本, version, 更新日誌, whatsnew.

u9401066/nsforge-mcp · 41 tokens

clean-architecture

Principles and checks for structuring code with clear boundaries, low coupling, and high cohesion. Use this whenever you are designing a new module, refactoring existing code, reviewing structure, deciding where logic should live, or untangling a messy codebase — even if the user doesn't say the words "clean…

tiagosilva07/zyrax-guard · 83 tokens

accessible-components

Patterns for building reusable, accessible, production-grade React/TypeScript UI components. Use this whenever you create or review a UI component, build a form, design a component API, or work on the frontend — even if accessibility isn't explicitly mentioned. Covers state handling, a11y, responsiveness, and prop…

tiagosilva07/zyrax-guard · 66 tokens