Skip to main content
Run any Skill in Manus
with one click
GitHub repository

claude-security-engineer

claude-security-engineer contains 11 collected skills from swapniltamse, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
11
Stars
0
updated
2026-05-25
Forks
0
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

owasp-security-gate
information-security-analysts

Full pre-ship security review that runs all ten OWASP Top 10 checks in sequence. Use before any significant feature ships to production.

2026-05-25
ssrf-check
information-security-analysts

Checks for server-side request forgery risk before any code that makes outbound HTTP requests based on user-supplied URLs or parameters is written or modified.

2026-05-25
security-logging-failures
information-security-analysts

Requires structured security event logging before any authentication, authorization, or sensitive data access code ships.

2026-05-25
data-integrity-failures
information-security-analysts

Checks deserialization safety, CI/CD pipeline integrity, and dependency integrity before any code that deserializes objects or executes pipeline scripts is written or modified.

2026-05-25
auth-failures
information-security-analysts

Enforces secure authentication patterns before any login, session, token, or credential management code is written or modified.

2026-05-25
vulnerable-components
information-security-analysts

Checks CVE status, license compatibility, and maintenance health of any new dependency before it enters the codebase.

2026-05-25
security-misconfiguration
information-security-analysts

Checks for insecure default settings, exposed debug endpoints, permissive CORS, open cloud storage, and missing security headers before any configuration or deployment code ships.

2026-05-25
insecure-design
information-security-analysts

Requires a threat model before any new user-facing feature, authentication flow, or data handling system is designed or modified.

2026-05-25
injection-check
information-security-analysts

Scans all code that constructs queries, commands, or markup from user input, blocking SQL injection, command injection, LDAP injection, and XSS before the code ships.

2026-05-25
cryptographic-failures
information-security-analysts

Checks for weak or missing encryption before any code handling passwords, tokens, PII, or sensitive data is written or modified.

2026-05-25
broken-access-control
information-security-analysts

Checks authorization enforcement before any route, endpoint, or data access code is written or modified. Catches missing auth checks, IDOR patterns, and privilege escalation paths.

2026-05-25