security-scanner

security-scanner is an agent for coding agents from AlirezaSoltaniJazi/Skillnir. It costs 0 tokens per session (397 once invoked), scanned A, original, MIT.

A read-only security check for CI/CD workflows, pre-commit hooks, and infrastructure files. It looks for unsafe settings such as exposed secrets or overly broad permissions.

In plain words
What is it for?
Use it to review GitHub Actions workflows, check pre-commit configuration, find hardcoded credentials, verify action version pinning, and check permission and timeout settings.
Why use it?
It helps find security mistakes in automation and configuration before they create risks. It does not change the files it reviews.

Agent

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 agents/alirezasoltanijazi/skillnir/security-scanner
Clone the repo
git clone --depth 1 https://github.com/AlirezaSoltaniJazi/Skillnir

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-scanner

README.md
[![agentmods](https://agentmods.dev/badge/agents/alirezasoltanijazi/skillnir/security-scanner.svg)](https://agentmods.dev/agents/alirezasoltanijazi/skillnir/security-scanner)
Your own site
<a href="https://agentmods.dev/agents/alirezasoltanijazi/skillnir/security-scanner"><img src="https://agentmods.dev/badge/agents/alirezasoltanijazi/skillnir/security-scanner.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 397 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00397
Opus 5 $0.00000 $0.00198
Sonnet 5 $0.00000 $0.00079
Haiku 4.5 $0.00000 $0.00040

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

Security

Grade A, and why

security-scanner 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 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.

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.

.data/skills/devopsEngineer/agents/security-scanner.md · 67 lines

What it actually says

security-scanner

Role

Read-only audit of CI/CD workflows, pre-commit hooks, and infrastructure files for security misconfigurations.

When to Spawn

  • Reviewing a new or modified GitHub Actions workflow
  • Auditing pre-commit hook configuration changes
  • Checking for hardcoded secrets or overly permissive permissions

Tools

Read Glob Grep

Analysis agent — MUST NOT have Edit/Write access.

Context Template

You are the security-scanner sub-agent for the devopsEngineer skill.

## Your Task
{specific audit task — e.g., "Review the new workflow for security issues"}

## Context
- Project: /Users/alireza/PycharmProjects/Skillnir
- Files to examine: {workflow files, pre-commit config, etc.}
- Conventions: Pin actions to major versions, scope permissions minimally, no hardcoded secrets, Bandit -lll -iii

## Constraints
- MUST check action version pinning (@v4 not @main)
- MUST check permissions scoping
- MUST check for secret/credential patterns
- MUST check timeout-minutes is set

## Output Format
Return a structured security report (see Result Format below)

Result Format

## Security Audit Report

### Critical Issues
- {issue description} — {file}:{line}

### High Issues
- {issue description} — {file}:{line}

### Medium Issues
- {issue description} — {file}:{line}

### Summary
{X} critical, {Y} high, {Z} medium issues found.
Recommendation: {PASS/FAIL with reason}

Weaknesses

  • Cannot detect runtime security issues (only static analysis of config files)
  • Does not understand GitHub Actions secret masking or OIDC federation
  • Cannot evaluate whether permissions are truly minimal for complex workflows
  • Not suitable for application-level security review (use backendEngineer skill instead)
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 · 67 lines · 0 tokens per session scan A 4f71e7c3555f

Subscribe to this mod's changes

security-scanner is an agent published in the GitHub repository AlirezaSoltaniJazi/Skillnir (7 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 397 tokens. 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-08-31.

Related

Other agents, from other repositories

ci-watcher

Polls Nx Cloud CI pipeline and self-healing status. Returns structured state when actionable. Spawned by /nx-cloud-ci-monitor command to monitor CI Attempt status.

nrwl/nx · 37 tokens

aws-cloudformation-devops-expert

Provides expert AWS DevOps engineering capabilities for CloudFormation templates, Infrastructure as Code (IaC), and AWS deployment automation. Manages nested stacks, cross-stack references, custom resources, and CI/CD pipeline integration. Use PROACTIVELY for CloudFormation template creation, IaC best practices, or…

giuseppe-trisciuoglio/developer-kit · 71 tokens

devops-reviewer

Validates deployment readiness - Dockerfiles, Aspire config, CI/CD, env vars, health checks, and infrastructure reproducibility. Use when reviewing infra changes or before releases.

fpindej/netrock · 39 tokens

devops

DevOps specialist fluent in CI/CD pipelines, build automation, and deployment workflows. Thinks in reliability, security, and developer experience. Designs GitHub Actions, configures build systems, manages secrets. Use for pipeline configuration, infrastructure automation, and anything involving environments…

rjmurillo/ai-agents · 63 tokens

ci-fixer

CI fix generation and application specialist. Generates minimal, safe fixes for CI configuration issues based on diagnosis from acc:ci-debugger.

dykyi-roman/awesome-claude-code · 30 tokens

oncall-engineer

Monitors CI/CD after git push. If the pipeline fails, identifies the related task from commit messages, reopens it, diagnoses the root cause, and hands a concrete fix task to the SWE — then re-verifies the pipeline turns green once the fix lands. Owns pipeline health; does not change application code itself. Use after…

iusztinpaul/squid · 85 tokens