senior-secops

senior-secops is a skill for Claude Code, Codex from CloudChef/atlasclaw-providers. It costs 122 tokens per session (3,906 once invoked), scanned B, original, Apache-2.0.

A security-operations toolkit for software projects. It scans source code for issues such as exposed secrets, SQL injection, cross-site scripting, command injection, and unsafe file paths.

In plain words
What is it for?
Use it to scan a project, filter findings by severity, export JSON reports, review dependencies, and plan vulnerability remediation or compliance work.
Why use it?
It helps find common application-security problems before they reach production and can produce reports for continuous-integration systems.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/security_scanner.py /path/to/project.

Good fit Use it to scan a project, filter findings by severity, export JSON reports, review dependencies, and plan vulnerability remediation or compliance work.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/CloudChef/atlasclaw-providers
agentmods
npx agentmods add skills/cloudchef/atlasclaw-providers/senior-secops

Made for: Claude Code, Codex.

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 senior-secops

README.md
[![agentmods](https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/senior-secops/github.svg)](https://agentmods.dev/skills/cloudchef/atlasclaw-providers/senior-secops)
Your own site
<a href="https://agentmods.dev/skills/cloudchef/atlasclaw-providers/senior-secops"><img src="https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/senior-secops/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 senior-secops

Your own site · 80×15
<a href="https://agentmods.dev/skills/cloudchef/atlasclaw-providers/senior-secops"><img src="https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/senior-secops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,906 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00122 $0.03906
Opus 5 $0.00061 $0.01953
Sonnet 5 $0.00024 $0.00781
Haiku 4.5 $0.00012 $0.00391

Measured 9d ago against content hash a16f60b82708, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade B, and why

senior-secops scanned grade B 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 9d 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.

Cloud metadata endpointmediumServer-side request forgery

One request to 169.254.169.254 can return temporary IAM credentials.

| A10 | SSRF | Test internal URL filters; block metadata endpoints (169.254.169.254) |

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

skills/senior-secops/SKILL.md · 506 lines

How it starts

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

Senior SecOps Engineer

Complete toolkit for Security Operations including vulnerability management, compliance verification, secure coding practices, and security automation.


Table of Contents


Core Capabilities

1. Security Scanner

Scan source code for security vulnerabilities including hardcoded secrets, SQL injection, XSS, command injection, and path traversal.

# Scan project for security issues
python scripts/security_scanner.py /path/to/project

# Filter by severity
python scripts/security_scanner.py /path/to/project --severity high

# JSON output for CI/CD
python scripts/security_scanner.py /path/to/project --json --output report.json

Detects:

  • Hardcoded secrets (API keys, passwords, AWS credentials, GitHub tokens, private keys)
  • SQL injection patterns (string concatenation, f-strings, template literals)
  • XSS vulnerabilities (innerHTML assignment, unsafe DOM manipulation, React unsafe patterns)
  • Command injection (shell=True, exec, eval with user input)
  • Path traversal (file operations with user input)

2. Vulnerability Assessor

Scan dependencies for known CVEs across npm, Python, and Go ecosystems.

# Assess project dependencies
python scripts/vulnerability_assessor.py /path/to/project

# Critical/high only
python scripts/vulnerability_assessor.py /path/to/project --severity high

# Export vulnerability report
python scripts/vulnerability_assessor.py /path/to/project --json --output vulns.json

Scans:

  • package.json and package-lock.json (npm)
  • requirements.txt and pyproject.toml (Python)
  • go.mod (Go)

Output:

  • CVE IDs with CVSS scores
  • Affected package versions
  • Fixed versions for remediation
  • Overall risk score (0-100)

3. Compliance Checker

Read the full file on GitHub · 506 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. 9d ago First seen · 506 lines · 122 tokens per session scan B a16f60b82708

Subscribe to this mod's changes

senior-secops is a skill published in the GitHub repository CloudChef/atlasclaw-providers (15 stars, last pushed 5d ago), licensed Apache-2.0. It adds 122 tokens to every session and 3,906 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 1 finding (cloud metadata endpoint). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.