ai-job-hunter-app: Skill for Claude Code

.claude/skills/security-checklist/SKILL.md

security-checklist is a skill for Claude Code from saeedkolivand/ai-job-hunter-app. It costs 46 tokens per session (1,074 once invoked), scanned A, original, Apache-2.0.

A checklist for reviewing security-sensitive changes, covering risks, validation, abuse cases, data handling, and project-specific code locations.

In plain words
What is it for?
Use it when reviewing changes involving capabilities, IPC, dependencies, secrets, AI features, privacy, or rate limits.
Why use it?
It helps reviewers look for security problems in areas such as permissions, inter-process communication, dependencies, secrets, and privacy.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is saeedkolivand/ai-job-hunter-app's own configuration. It tells Claude Code how to work on ai-job-hunter-app itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-job-hunter-app configures →

Reuse

Borrowing it

Nothing to install: this file belongs to saeedkolivand/ai-job-hunter-app. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/saeedkolivand/ai-job-hunter-app/main/.claude/skills/security-checklist/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/saeedkolivand/ai-job-hunter-app

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for security-checklist

README.md
[![agentmods](https://agentmods.dev/badge/skills/saeedkolivand/ai-job-hunter-app/security-checklist/github.svg)](https://agentmods.dev/skills/saeedkolivand/ai-job-hunter-app/security-checklist)
Your own site
<a href="https://agentmods.dev/skills/saeedkolivand/ai-job-hunter-app/security-checklist"><img src="https://agentmods.dev/badge/skills/saeedkolivand/ai-job-hunter-app/security-checklist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for security-checklist

Your own site · 80×15
<a href="https://agentmods.dev/skills/saeedkolivand/ai-job-hunter-app/security-checklist"><img src="https://agentmods.dev/badge/skills/saeedkolivand/ai-job-hunter-app/security-checklist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,074 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.1 $0.00046 $0.01074
Opus 5 $0.00023 $0.00537
Sonnet 5 $0.00009 $0.00215
Haiku 4.5 $0.00005 $0.00107

Measured 8d ago against content hash 88b04b0b345e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

security-checklist scanned grade A with 0 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 8d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/security-checklist/SKILL.md · 47 lines

How it starts

The opening of the file, as written. The whole thing — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Security checklist

Authoritative: docs/knowledge/security-rules.md. Severity bias for security/data findings = round UP.

Risk assessment (every change)

  • What assets / user data are affected? What attack surface changes? What abuse opportunities open?

Validation

  • Inputs validated · outputs sanitized · permissions minimized · secrets protected · errors handled securely · logging reviewed (no secrets/PII in logs) · dependencies reviewed.

Abuse / cost (DoS & spend)

  • Rate limits / request throttling present? AI usage + cost caps? Export/resource limits? Can a user spam, exhaust CPU/memory, or run up API spend?

AI security

  • Can user input manipulate system prompts (injection)? Can sensitive data leak into prompts? Can AI reach unintended tools? Is AI output validated?

Data

  • Resume/PII protected · temp files cleaned up · export files secured · local storage/cache secured · retention & deletion honored (GDPR).

Desktop / supply chain

  • tauri.conf.json CSP intact (incl. Ollama 127.0.0.1:11434) · capabilities/default.json least-privilege · updater signing key + latest.json integrity · deny.toml / cargo audit / pnpm audit clean · new deps license-checked.

External standards & best-practices (verified 2026-06-19)

Re-baseline to current editions: OWASP Top 10 2025 (was 2021), ASVS 5.0 (was 4.x), SLSA v1.2 (was v1.0), LLM Top 10 2025, CWE Top 25 2025. Cite these, not older ones.

  • OWASP Top 10:2025 (RC Nov 2025 — confirm final before locking ranks) https://owasp.org/Top10/2025/new vs 2021: A03 Software Supply-Chain Failures (expands old A06) and A10 Mishandling of Exceptional Conditions; SSRF folded into A01; A02 Security Misconfiguration rose to #2.
  • OWASP ASVS 5.0.0 (2025-05-30) — verify against L1/L2/L3. https://github.com/OWASP/ASVS
  • OWASP LLM Top 10 (2025) — LLM01 Prompt Injection · LLM02 Sensitive-Info · LLM05 Improper Output Handling · LLM06 Excessive Agency · LLM07 System-Prompt Leakage. https://genai.owasp.org/llm-top-10/
  • Supply chain (now OWASP A03): target SLSA Build L3 (https://slsa.dev/spec/v1.2/); commit pnpm-lock.yaml + CI --frozen-lockfile; cargo audit/cargo deny vs RUSTSEC daily. ⚠️ Provenance ≠ safety — the 2025–26 Shai-Hulud npm worm shipped malware with valid SLSA L3 provenance via hijacked OIDC tokens → pin exact versions, --ignore-scripts, scope-lock publish tokens. https://unit42.paloaltonetworks.com/npm-supply-chain-attack/
  • Frameworks: NIST SSDF (SP 800-218) + CISA Secure-by-Design as the baseline.
  • Secrets → OS keychain (tauri-plugin-stronghold/keyring), never config/logs. Tauri least-privilege capabilities + strict CSP + minisign-signed updater (any manifest/key compromise = full takeover). https://v2.tauri.app/security/
  • CWE Top 25 (2025-12-11) — #1 XSS, #2 SQLi, #3 CSRF; watch CWE-284 (Improper Access Control), CWE-639 (authz bypass via user-controlled key), CWE-770 (alloc without limits). https://www.cisa.gov/news-events/alerts/2025/12/11/2025-cwe-top-25-most-dangerous-software-weaknesses

Read the full file on GitHub · 47 lines

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. 8d ago First seen · 47 lines · 46 tokens per session scan A 88b04b0b345e

Subscribe to this mod's changes

security-checklist is a skill published in the GitHub repository saeedkolivand/ai-job-hunter-app (55 stars, last pushed today), licensed Apache-2.0. It adds 46 tokens to every session and 1,074 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

anarlog

Query Anarlog meetings, notes, summaries, transcripts, participants, action items, and recurring history. Use when a user asks about their Anarlog meeting data or needs meeting context for another task.

fastrepl/anarlog · 44 tokens

resume-builder

Generate professional resumes that conform to the Reactive Resume schema. Use when the user wants to create, build, or generate a resume through conversational AI, or asks about resume structure, sections, or content. This skill guides the agent to ask clarifying questions, avoid hallucination, and produce valid JSON…

amruthpillai/reactive-resume · 71 tokens

json-ui

CRITICAL: Use for json-ui component rendering and development. Triggers on: json-ui, json render, component catalog, report render, HTML report, I18nString, i18n, bilingual, language switch, dual language, PaperHeader, AuthorList, Abstract, MetricsGrid, Section, Highlight, Zod schema, catalog.ts, cli.ts…

actionbook/actionbook · 118 tokens

prompt-cache-optimizer

Audit and optimize Pisper system-prompt and tool-schema token overhead while preserving stable prompt-cache prefixes, permissions, and runtime behavior. Invoke only for explicit prompt or tool-context optimization work.

ling-kong-ran/pisper · 42 tokens

internet_search

Instructions for using a local search script to retrieve current web results as JSON, including titles, links, summaries, and sources.

silent-rs/silent-Tiangong · 0 tokens

tauri

Advanced Tauri event patterns for bidirectional communication, streaming data, window-to-window messaging, and custom event handling.

bobmatnyc/claude-mpm-skills · 25 tokens