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 agents/alirezasoltanijazi/skillnir/security-scannergit clone --depth 1 https://github.com/AlirezaSoltaniJazi/SkillnirWrote 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.
[](https://agentmods.dev/agents/alirezasoltanijazi/skillnir/security-scanner)<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>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.
| Model | Per session | Once 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 |
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.
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)
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.
- 3d ago First seen · 67 lines · 0 tokens per session scan A 4f71e7c3555f
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.
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.
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…
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.
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…
ci-fixer
CI fix generation and application specialist. Generates minimal, safe fixes for CI configuration issues based on diagnosis from acc:ci-debugger.
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…