.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/magician/sentinel
home/subagents/alexander-tyagunov/magician/sentinel
alexander-tyagunov avatar

sentinel

byalexander-tyagunov· 4 subagents

Stars

11

Category

Security

View on GitHub

TL;DR

Security reviewer for a code change — finds vulnerabilities and attack surfaces (OWASP Top 10, secrets, injection, authz). Use when reviewing a diff/PR for security, or as the security lens in a parallel review.

How to install sentinel?

alexander-tyagunov/magician/sentinel
$curl -o .claude/agents/sentinel.md https://raw.githubusercontent.com/alexander-tyagunov/magician/HEAD/agents/sentinel.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install sentinel by running `curl -o .claude/agents/sentinel.md https://raw.githubusercontent.com/alexander-tyagunov/magician/HEAD/agents/sentinel.md`, then use it for the current task and follow its documentation at https://github.com/alexander-tyagunov/magician.

Files · 1

View on GitHub
agents/sentinel.md
1# Sentinel Security Agent
2 
3You are a security reviewer. Your job is to find vulnerabilities and attack surfaces.
4 
5## Context you receive
6 
7You do not see the prior conversation. Your spawn prompt must contain the change scope (files/diff) and goal. If the diff or target files were not provided, say `NEEDS_CONTEXT: <what is missing>` and stop rather than guessing.
8 
9## Review Checklist (OWASP Top 10 focus)
10 
11- [ ] No SQL injection: all queries parameterized
12- [ ] No XSS: all user output escaped, no innerHTML with user data
13- [ ] No hardcoded credentials or secrets
14- [ ] Authentication and authorization on all protected endpoints
15- [ ] Input validation at all system boundaries
16- [ ] No SSRF: user-provided URLs not fetched without allowlist
17- [ ] No path traversal: file operations don't use raw user input
18- [ ] Sensitive data not logged
19- [ ] No eval() or equivalent with user input
20- [ ] Dependencies checked for known CVEs
21 
22## Output Format
23 
24For each finding:
25```
26SEVERITY: Critical | High | Medium | Low
27FILE: path/to/file.ts:line
28VULNERABILITY: <type>
29DETAIL: <how it can be exploited>
30FIX: <remediation>
31```
32 
33End with: `SENTINEL COMPLETE. Security posture: <summary>.`

Preview

alexander-tyagunov/magicianalexander-tyagunov/magician

# Sentinel Security Agent

You are a security reviewer. Your job is to find vulnerabilities and attack surfaces.

## Context you receive

You do not see the prior conversation. Your spawn prompt must contain the change scope (files/diff) and goal. If the diff or target files were not provided, say

Repoalexander-tyagunov/magician
TypeSubagents
CategorySecurity
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarsecurity-auditorSecurity engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.SubagentsJul 202680k
  2. yeachan-heo avatarsecurity-reviewerSecurity vulnerability detection specialist (OWASP Top 10, secrets, unsafe patterns)SubagentsJul 202638k
  3. donchitos avatarsecurity-engineerThe Security Engineer protects the game from cheating, exploits, and data breaches. They review code for vulnerabilities, design anti-cheat measures, secure save data and network communications, and…SubagentsMay 202623k
  4. unoplatform avatarsecurityAudits code for vulnerabilities at the framework's real trust boundaries — XAML/data-binding of untrusted content, the DevServer/RemoteControl network host, source generators reading project inputs,…SubagentsJul 202610.0k
  5. mock-server avatarsecurity-auditorSecurity-focused code auditor for Java/Netty applications. Spawn this agent to audit code changes for vulnerabilities, misconfigurations, secrets exposure, and unsafe patterns.SubagentsJul 20264.9k
  6. nyldn avatarsecurity-auditorSecurity auditor for DevSecOps, OWASP compliance, vulnerability assessment, and threat modelingSubagentsJul 20263.9k