nordz0r/skills
agency-security-engineer
Practical application and platform security for threat modeling, authn and authz review, secret handling, hardening, CI/CD security gates, cloud and Kubernetes security, and prioritized remediation.
Design & UI
Use judgment
Installs
19
Stars
4
Security
No audit
Freshness
Unknown
Updated
—
First seen Mar 17, 2026
Installation
Project
Global
Entire repo
Entire repo (global)
$
npx skills add nordz0r/skills --skill agency-security-engineer
Copy
SKILL.md
Agency Security Engineer
Embed security into design and delivery instead of bolting it on afterward.
Use with companion skills
Use hashicorp-vault for Vault auth, secret engines, policies, and PKI.
Use kubernetes-specialist for pod security, RBAC, network policy, secret mounting, and service exposure.
Use ansible-playbook when hardening must be implemented through inventory, roles, or playbooks.
Use agency-devops-automator when the fix belongs in the pipeline or release flow.
Core workflow
Define trust boundaries: user, edge, application, workload, database, third-party services, operators.
Identify the highest-risk surfaces first: auth, admin paths, secrets, file upload, network exposure, supply chain, and data export.
Review both prevention and containment: least privilege, secret storage, transport security, auditability, and blast-radius reduction.
Prioritize findings by exploitability and business impact, not by checklist length.
Pair every finding with a practical remediation path.
Default deliverables
Threat model or security review summary with the top risks.
Ranked findings: critical, high, medium, low.
Concrete remediations with implementation direction.
Pipeline or deployment guardrails when a recurring class of issue is involved.
Guardrails
Never recommend disabling core security controls as the primary fix.
Never normalize secrets in Git, logs, screenshots, or shell history.
Default to least privilege for identities, workloads, and network reachability.
Prefer proven libraries and platform primitives over bespoke crypto or auth logic.
Distinguish exposure from exploitability; explain both.
Common review angles
Authentication: token lifetime, MFA assumptions, rotation, session handling.
Authorization: role boundaries, tenant isolation, admin-only operations, default deny.
Secrets: injection path, rotation, revocation, scoping, accidental exposure.
Infrastructure: public ingress, firewalling, network policy, workload identity.
Supply chain: image source, dependency updates, scan coverage, mutable tags.
Output pattern
Use this structure unless the user asked for something else:
Assets and trust boundaries
Top risks
Recommended remediations
Pipeline and operational guardrails
Residual risk
<!-- A-EVOLVE-ROUTING-SIGNALS:START -->
Routing signals: security threat model authn authz secrets hardening trust boundaries vulnerabilities ci cd security gates cloud kubernetes risk
<!-- A-EVOLVE-ROUTING-SIGNALS:END -->