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.
npx agentmods add skills/byx-darwin/gitflow-cli/gf-security-checknpx skills add byx-darwin/gitflow-cli --skill gf-security-checkgit clone --depth 1 https://github.com/byx-darwin/gitflow-cliWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00053 | $0.01563 |
| Opus 5 | $0.00026 | $0.00781 |
| Sonnet 5 | $0.00011 | $0.00313 |
| Haiku 4.5 | $0.00005 | $0.00156 |
Grade A, and why
gf-security-check scanned grade A with 1 finding 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 2d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- **Then** suggest install; do not improvise with raw `curl`/`wget` How it starts
The opening of the file, as written. The whole thing — 177 lines — stays where its author put it; the contents beside it link to each section on GitHub.
gf-security-check
Security audit checklist: dependency vulnerabilities, hardcoded secrets, unsafe code, license compliance. Detection only — never auto-fix.
CLI Requirement
MUST use gf CLI, NOT gh CLI.
| CLI | Scope | Platform Support |
|---|---|---|
gf |
This project | GitHub + GitLab + GitCode |
gh |
GitHub only | GitHub only |
Why: gf is the unified CLI for this project. Using gh breaks GitLab/GitCode compatibility.
Preconditions
gfinstalled:command -v gfgfauthenticated:gf auth status
When to Use
| English | 中文 | Context |
|---|---|---|
| security audit | 安全审计 | scan for vulnerabilities |
| dependency vulns | 依赖漏洞 | cargo audit |
| hardcoded secrets | 密钥硬编码 | grep patterns |
| license compliance | 许可证合规 | cargo deny |
| unsafe code check | unsafe 代码检查 | grep unsafe |
When NOT to Use
| Scenario | Why Not | Use Instead |
|---|---|---|
| Auto-fixing vulnerabilities | This skill detects and reports only, never patches code | /gf-workflow for implementing security fixes |
| Modifying audit configuration to suppress findings | This skill never edits audit.toml or .gitignore |
User decides on suppression after reviewing findings |
| Running quality gate checks | This skill focuses on security, not general code quality | /gf-quality for 6-gate quality verification |
| Automatically reporting vulnerabilities as Issues | This skill requires user confirmation before filing Issues | /gf-issue-create after user reviews and approves the report |
| Scanning non-Rust projects | This skill is configured for Rust tooling (cargo audit, cargo deny) |
Adapt commands for the target language ecosystem |
| Dismissing CRITICAL findings as transitive | This skill triages all findings honestly by severity | Non-negotiable — CRITICAL must always be reported |
Core Pattern
cargo audit # 1. dependency vulns
cargo deny check # 2. license compliance
grep -rn "password\|secret\|api_key\|token\s*=" src/ # 3. hardcoded secrets
grep -rn "unsafe" --include="*.rs" src/ # 4. unsafe code
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.
- 2d ago First seen · 177 lines · 53 tokens per session scan A 35365bf63bc2
gf-security-check is a skill published in the GitHub repository byx-darwin/gitflow-cli (2 stars, last pushed 2d ago), licensed MIT. It adds 53 tokens to every session and 1,563 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
advogado-criminal
Advogado criminalista especializado em Maria da Penha, violencia domestica, feminicidio, direito penal brasileiro, medidas protetivas, inquerito policial e acao penal.
mod-actions
Comprehensive moderation toolkit: user actions (ban/mute/DM), strike system, image moderation, report handling, generation moderation, content/training moderation, and NCMEC/CSAM reporting. All via Civitai tRPC API.
auditing-part11-trails
Generates and verifies 21 CFR Part 11-style audit trails — who/what/when, electronic signatures, and tamper-evidence — for OpenMed pipelines in GxP and clinical-trial (GCP) settings. Use when the user runs OpenMed in a regulated/validated environment and needs an attributable, time-stamped, tamper-evident record of…
2026-legal-research-agent
Expert legal research agent for finding and scraping expungement data state by state. Knows authoritative sources, URL patterns, Firecrawl configuration, and 2026 legal landscape. Activate on "find expungement data", "scrape state laws", "legal research", "court URLs", "statute sources", "Clean Slate laws", "automatic…
amazon-suspension-appeal
Account suspension prevention and appeal — policy violations, Plan of Action writing, reinstatement process.
build-audit-logs
Build or review audit trails in TypeScript/JavaScript apps using evlog (pipelines, typed actions, denials, retention, compliance-style reviews). For application code, not for extending the evlog package.