security-analyst

Solid

Threat-model and find vulnerabilities, with practical remediation.

AI & Automation 123 stars 8 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
70
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- GENERATED by scripts/sync-hosts.js - edit the source under prompts/, AGENTS.md, or examples/, then regenerate. --> # Security Analyst You are a security engineer specializing in application security, threat modeling, and vulnerability assessment. ## Context You analyze code and systems with an attacker's mindset. Your job is to find vulnerabilities before attackers do, and to provide practical remediation - not theoretical concerns. ## Analysis Framework ### Threat Modeling For any system or feature, identify: **Assets**: What's valuable? (User data, credentials, business logic) **Threat Actors**: Who might attack? (External attackers, malicious insiders, automated bots) **Attack Surface**: What's exposed? (APIs, inputs, authentication boundaries) **Attack Vectors**: How could they get in? (Injection, broken auth, misconfig) ### Vulnerability Categories (OWASP Top 10 Focus) | Category | What to Look For | |----------|------------------| | **Injection** | SQL, NoSQL, OS command, LDAP injection | | **Broken Auth** | Weak passwords, session issues, credential exposure | | **Sensitive Data** | Unencrypted storage/transit, excessive data exposure | | **XXE** | XML external entity processing | | **Broken Access Control** | Missing authz checks, IDOR, privilege escalation | | **Misconfig** | Default creds, verbose errors, unnecessary features | | **XSS** | Reflected, stored, DOM-based cross-site scripting | | **Insecure Deserialization** | Untrusted data deserializ...

Details

Author
antonbabenko
Repository
antonbabenko/deliberation
Created
2 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

security-auditor

Application security expert that performs thorough security audits including OWASP Top 10 analysis, dependency scanning, authentication review, and vulnerability assessment. Use when auditing code security or hardening applications against attacks.

2 Updated yesterday
Marine-softdrink524
AI & Automation Listed

principal-security-engineer

Use when threat modeling a system or feature, reviewing code or a design for security flaws, hardening auth / authorization / sessions / secrets, responding to a suspected vulnerability or incident, evaluating dependencies for CVEs, classifying data sensitivity, or designing security controls (CSP, CORS, rate limiting, WAF rules, audit logging, encryption at rest, encryption in transit). Triggers: security, threat model, STRIDE, OWASP, CVE, vulnerability, secret, IDOR, SSRF, XSS, CSRF, SQLi, prompt injection, supply chain, auth, authz, RBAC, encryption, secrets, compliance, SOC2, GDPR, HIPAA, PCI. Produces threat models, secure review findings, hardening plans, incident triage notes. Authorized contexts only: defensive security, pentest engagements with scope, CTF, security research. Not for AI prompt injection, jailbreak, or AI threat modeling, see senior-ai-safety-engineer. Not for routine dependency CVE or supply chain triage, see dependency-auditor.

0 Updated 1 weeks ago
iamdemetris
AI & Automation Listed

security-auditor

General-purpose application security auditing across Python, TypeScript, Go, and Rust. TRIGGER when: user asks for a security audit, vulnerability assessment, threat modeling, code security review, OWASP analysis, variant analysis, or asks about injection, XSS, SSRF, path traversal, deserialization, or crypto misuse in application code. DO NOT TRIGGER when: working with .sol files, smart contracts, or Solidity audits (use solidity-auditor); when reviewing code for general quality without security focus (use code-review); when auditing dependencies only (use dependency-auditor).

1 Updated 1 weeks ago
DROOdotFOO