Agent skill · Security

007

Security audit, hardening, threat modeling (STRIDE/PASTA), Red/Blue Team, OWASP checks, code review, incident response, and infrastructure security for any project.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill 007 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 15
SKILL.md size: 23 KB
Bundled scripts: yes
Declared author: renat
Path: skills/007/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

The skill acts as a Chief Security Architect AI with expertise across code, infrastructure, APIs, bots, payments, AI agents, compliance, and operations. It provides operational modes for Audit, Threat-Model, Approve, Block, Monitor, and Incident, guiding a structured six-phase analysis: Mapeamento Da Superficie, Threat Modeling (STRIDE+PASTA), Checklist Tecnico De Seguranca, Red Team, Blue Team, and Veredito. It supports proactive security work like threat modeling, security checklists, incident playbooks, and hardening recommendations. It also includes automation scripts for surface mapping, threat modeling, hardening, scoring, and modular integration with ecosystem skills. The skill invokes specific scripts and commands for automation and is designed to be invoked via explicit triggers related to security auditing and threat modeling. It emphasizes strong security principles such as Zero Trust, sandboxed execution, and audit trails, and provides a formal final veredict with a scoring system across multiple security domains.

How it works

  • The agent operates in six modes: Audit, Threat-Model, Approve, Block, Monitor, Incident. Each mode has a defined trigger and outcome (e.g., Audit is the default trigger for comprehensive security analysis).
  • It maps the system surface (Phase 1), performs threat modeling using STRIDE and PASTA (Phase 2), conducts a technical security checklist (Phase 3), simulates Red Team (Phase 4) and Blue Team (Phase 5) activities, then provides a final verdict (Phase 6).
  • Phase 1 uses a surface-mapping process and provides an example command for automation: python C:\Users\renat\skills\007\scripts\surface_mapper.py --target <caminho> to generate a JSON map of the surface.
  • Phase 2 presents two frameworks: STRIDE and PASTA, with explicit attack vectors, impacts, mitigations, and automation commands for threat modeling: python C:\Users\renat\skills\007\scripts\threat_modeler.py --target <caminho> --framework stride, --framework pasta, and --framework both.
  • Phase 3 provides a universal security checklist with sections for Python specifics and API/API security controls, plus example automation commands for hardening: python C:\Users\renat\skills\007\scripts\hardening_advisor.py --target <caminho> --level maximum|balanced|minumum.
  • Phase 4–6 describe Red Team scenarios, Blue Team defenses, a formal scoring system across domains, and a final verdict with a structured format. Final scoring uses weighted domains such as Secrets, Input Validation, Auth, Data Protection, Resilience, Monitoring, Supply Chain, and Compliance.
  • It includes integration hooks to ecosystem skills like skill-sentinel, web-scraper, WhatsApp API, and agent orchestration, and enforces principles like Zero Trust, sandboxing, and audit trails throughout.

When to use it

  • Trigger phrases related to auditing security, threat modeling, STRIDE/PASTA, security reviews, and deployment approvals.
  • Use when an organization needs formal threat modeling, security hardening, incident response planning, and comprehensive security reviews for a project.

What it can touch

  • The skill references and uses automation scripts located under scripts within the 007 skill folder for surface mapping, threat modeling, hardening, and scoring. It lists supported tools for the skill as claude-code, antigravity, cursor, gemini-cli, and codex-cli, and describes commands to run specific automation scripts with <caminho> targets.

Caveats

  • Declares critical risk and operates with explicit security constraints (e.g., sandboxed execution, zero trust). It relies on external automation scripts and defined triggers; behavior and outputs are as documented within the skill's operational modes and phases, not guaranteed beyond those statements.
From the SKILL.md

# 007 — Licenca para Auditar ## Overview Security audit, hardening, threat modeling (STRIDE/PASTA), Red/Blue Team, OWASP checks, code review, incident response, and infrastructure security for any project. ## When to Use This Skill - When the user mentions "audite" or related topics - When the user mentions "auditoria" or related topics - When the user mentions "seguranca" or related topics - When the user mentions "security audit" or related topics - When the user mentions "threat model" or related topics - When the user mentions "STRIDE" or related topics ## Do Not Use This Skill When - The task is unrelated to 007 - A simpler, more specific tool can handle the request - The user needs general-purpose assistance without domain expertise ## How It Works O 007 opera como um **Chief Security Architect AI** com expertise em: | Dominio | Especialidades | |---------|---------------| | **Codigo** | Python, Node/JS, supply chain, SAST, dependencias | | **Infra** | Linux/Ubuntu, Windows, SSH, firewall, containers, VPS, cloud | | **APIs** | REST, GraphQL, OAuth, JWT, webhooks, CORS, rate limit | | **Bots/Social** | WhatsApp, Instagram, Telegram (anti-ban, rate limit, policies) | | **Pagame

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Do Not Use This Skill When
  4. How It Works
  5. 007 — Licenca Para Auditar
  6. Modos Operacionais
  7. Modo 1: Audit (Padrao)
  8. Modo 2: Threat-Model
  9. Modo 3: Approve
  10. Modo 4: Block
  11. Modo 5: Monitor
  12. Modo 6: Incident
  13. Processo De Analise — 6 Fases
  14. Fase 1: Mapeamento Da Superficie De Ataque
Ships with 14 files
  • references/ai-agent-security.md
  • references/api-security-patterns.md
  • references/incident-playbooks.md
  • references/owasp-checklists.md
  • references/stride-pasta-guide.md
  • scripts/config.py
  • scripts/full_audit.py
  • scripts/quick_scan.py
  • scripts/requirements.txt
  • scripts/scanners/__init__.py
  • scripts/scanners/dependency_scanner.py
  • scripts/scanners/injection_scanner.py
  • scripts/scanners/secrets_scanner.py
  • scripts/score_calculator.py
Commands it runs
python C:\Users\renat\skills\007\scripts\surface_mapper.py --target <caminho>
python C:\Users\renat\skills\007\scripts\threat_modeler.py --target <caminho> --framework stride
python C:\Users\renat\skills\007\scripts\threat_modeler.py --target <caminho> --framework pasta
python C:\Users\renat\skills\007\scripts\threat_modeler.py --target <caminho> --framework both
python C:\Users\renat\skills\007\scripts\hardening_advisor.py --target <caminho> --level maximum
python C:\Users\renat\skills\007\scripts\hardening_advisor.py --target <caminho> --level balanced
python C:\Users\renat\skills\007\scripts\hardening_advisor.py --target <caminho> --level minimum
python C:\Users\renat\skills\007\scripts\score_calculator.py --target <caminho>
python C:\Users\renat\skills\007\scripts\quick_scan.py --target <caminho>
python C:\Users\renat\skills\007\scripts\full_audit.py --target <caminho>
More from agentic-awesome-skills
All skills →
About this skill
What does the 007 skill do?

Security audit, hardening, threat modeling (STRIDE/PASTA), Red/Blue Team, OWASP checks, code review, incident response, and infrastructure security for any project.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill 007 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going