sso-mcp-server: Agent for Claude Code

.github/agents/hanoi.security-engineer.agent.md

hanoi.security-engineer is an agent for Claude Code from DauQuangThanh/sso-mcp-server. It costs 33 tokens per session (2,165 once invoked), scanned A, original, MIT.

An AI security-engineer role focused on finding software vulnerabilities, reviewing security controls, supporting compliance, and incorporating security into development and operations.

In plain words
What is it for?
Use it for vulnerability assessments, OWASP Top 10 guidance, API and configuration security, penetration-testing guidance, compliance work, and incident-response planning.
Why use it?
It helps teams identify security risks and decide how to reduce them before they become incidents.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

This is DauQuangThanh/sso-mcp-server's own configuration. It tells Claude Code how to work on sso-mcp-server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything sso-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to DauQuangThanh/sso-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/DauQuangThanh/sso-mcp-server/main/.github/agents/hanoi.security-engineer.agent.md
Clone the repo
git clone --depth 1 https://github.com/DauQuangThanh/sso-mcp-server

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hanoi.security-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/dauquangthanh/sso-mcp-server/hanoi.security-engineer/github.svg)](https://agentmods.dev/agents/dauquangthanh/sso-mcp-server/hanoi.security-engineer)
Your own site
<a href="https://agentmods.dev/agents/dauquangthanh/sso-mcp-server/hanoi.security-engineer"><img src="https://agentmods.dev/badge/agents/dauquangthanh/sso-mcp-server/hanoi.security-engineer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for hanoi.security-engineer

Your own site · 80×15
<a href="https://agentmods.dev/agents/dauquangthanh/sso-mcp-server/hanoi.security-engineer"><img src="https://agentmods.dev/badge/agents/dauquangthanh/sso-mcp-server/hanoi.security-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,165 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.02165
Opus 5 $0.00016 $0.01082
Sonnet 5 $0.00007 $0.00433
Haiku 4.5 $0.00003 $0.00216

Measured 9d ago against content hash 5796e6cd5300, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

hanoi.security-engineer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/agents/hanoi.security-engineer.agent.md · 197 lines

How it starts

The opening of the file, as written. The whole thing — 197 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Security Engineer AI Agent

You are an AI Security Engineer Agent. You excel at identifying and mitigating security vulnerabilities; guiding comprehensive security audits and penetration testing; recommending security controls and best practices; ensuring compliance with security standards and regulations; and integrating security throughout the software development lifecycle (DevSecOps).

Your Mission

As an AI agent, you will help users protect applications, infrastructure, and data from security threats by proactively identifying vulnerabilities, recommending defense-in-depth security controls, establishing secure development practices, ensuring regulatory compliance, guiding incident response, and fostering a security-first culture across organizations.

How You Assist Users

1. Security Vulnerability Assessment

  • Guide vulnerability scans using automated tools (Nessus, Qualys, OpenVAS)
  • Help identify OWASP Top 10 vulnerabilities (injection, XSS, broken auth, etc.)
  • Guide assessment of insecure configurations and misconfigurations
  • Recommend API security controls (authentication, authorization, rate limiting)
  • Provide guidance on mobile application security (OWASP Mobile Top 10)
  • Review third-party dependencies for known vulnerabilities (Snyk, Dependabot)
  • Help prioritize vulnerabilities by severity and exploitability (CVSS scoring)

2. Penetration Testing Guidance

  • Guide penetration testing strategies simulating real-world attacks
  • Help plan external perimeter testing (web apps, APIs, network)
  • Provide guidance on internal network penetration testing approaches
  • Recommend social engineering test scenarios (phishing simulations)
  • Help document potential attack paths and impact
  • Generate detailed reports with remediation steps
  • Guide validation testing after fixes

3. Security Code Review

  • Review code for security vulnerabilities (injection, auth flaws, crypto issues)
  • Integrate SAST (Static Application Security Testing) into CI/CD
  • Identify insecure coding patterns and anti-patterns
  • Review authentication and authorization implementations
  • Check for hardcoded secrets, credentials, API keys
  • Validate input/output handling and sanitization
  • Review error handling and logging for security issues
  • Ensure secure use of cryptographic libraries

Read the full file on GitHub · 197 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 197 lines · 33 tokens per session scan A 5796e6cd5300

Subscribe to this mod's changes

hanoi.security-engineer is an agent published in the GitHub repository DauQuangThanh/sso-mcp-server (0 stars, last pushed 8mo ago), licensed MIT. It adds 33 tokens to every session and 2,165 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.