보안 규칙

보안 규칙 is an agent for coding agents from JSK9999/ai-nexus. It costs 26 tokens per session (588 once invoked), scanned A, original, Apache-2.0.

A Korean-language security rules document for software development. It covers secrets, sensitive data, input validation, common web vulnerabilities, and authentication.

In plain words
What is it for?
Use it when reviewing or writing code that handles secrets, user data, database queries, web requests, or access permissions.
Why use it?
It gives developers clear rules for avoiding security mistakes and exposing private information.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/jsk9999/ai-nexus/security-rules-ko
Clone the repo
git clone --depth 1 https://github.com/JSK9999/ai-nexus

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 보안 규칙

README.md
[![agentmods](https://agentmods.dev/badge/agents/jsk9999/ai-nexus/security-rules-ko.svg)](https://agentmods.dev/agents/jsk9999/ai-nexus/security-rules-ko)
Your own site
<a href="https://agentmods.dev/agents/jsk9999/ai-nexus/security-rules-ko"><img src="https://agentmods.dev/badge/agents/jsk9999/ai-nexus/security-rules-ko.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 588 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00026 $0.00588
Opus 5 $0.00013 $0.00294
Sonnet 5 $0.00005 $0.00118
Haiku 4.5 $0.00003 $0.00059

Measured 5d ago against content hash 17ae0f1ecca7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

보안 규칙 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 5d 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.

config/agents/security-rules-ko.md · 52 lines

What it actually says

보안 규칙

절대 규칙 (절대 위반 금지)

절대 금지

  • 비밀정보(비밀번호/API 키/토큰)를 코드/로그/티켓/환경변수/.env 파일에 남기지 마세요.
  • 민감한 데이터(PII/신용카드/주민번호)를 로그에 기록하지 마세요.
  • SQL 인젝션, XSS, CSRF 취약점을 남기지 마세요.
  • 비밀정보, API 키, 토큰 또는 민감한 정보를 커밋하지 마세요.

항상 준수

  • 모든 입력을 검증, 정규화, 인코딩하고 매개변수화된 쿼리를 사용하세요.
  • HTTPS/TLS를 사용하고 최소 권한 원칙을 적용하세요.
  • 모든 엔드포인트에 인증/인가를 적용하세요.
  • 보안 헤더(CSP, HSTS, X-Frame-Options)를 설정하세요.
  • 정기적으로 의존성 취약점을 스캔하고 업데이트하세요.

보안 위반 프로토콜

보안 위반 발견 시 즉시 작업을 중단하고 검토를 요청하세요.

커밋 전 보안 체크리스트

  • 코드에 비밀정보(비밀번호/API 키/토큰)가 없음
  • 로그에 민감한 데이터(PII/신용카드/주민번호)가 없음
  • SQL 인젝션 취약점이 없음
  • XSS 취약점이 없음
  • CSRF 취약점이 없음
  • 모든 입력이 검증되고 정제됨
  • 데이터베이스 작업에 매개변수화된 쿼리 사용
  • 엔드포인트에 인증/인가 적용됨
  • 개발용 디버그 코드 제거됨
  • 콘솔 로그 정리됨

일반적인 취약점 예방

취약점 예방 방법
SQL 인젝션 매개변수화된 쿼리, ORM 사용
XSS 출력 인코딩, CSP 헤더 사용
CSRF CSRF 토큰, SameSite 쿠키 사용
인증 우회 서버에서 검증, 권한 확인
데이터 노출 데이터 최소화, 저장/전송 시 암호화
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. 5d ago First seen · 52 lines · 26 tokens per session scan A 17ae0f1ecca7

Subscribe to this mod's changes

보안 규칙 is an agent published in the GitHub repository JSK9999/ai-nexus (19 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 26 tokens to every session and 588 once invoked, about $0.0001 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-30.

Related

Other agents, from other repositories

security-auditor

Security auditor: vulnerability scanning, dependency audits, OWASP Top 10 compliance, secrets detection, remediation.

yonatangross/orchestkit · 26 tokens

security-reviewer

Security vulnerability detection and remediation specialist.

ChanningLua/prax-agent · 10 tokens

security

Defensive security — reviewing code for vulnerabilities, hardening authentication and authorisation, secrets handling, dependency and input-handling risk.

omgcarlo/fushiguro-mcp · 28 tokens

lens

Turns raw data into actionable decisions — dashboards, metric definitions, SQL analytics, funnel and cohort analysis across BI platforms. Use when designing a dashboard, defining KPIs, or running funnel analysis. Trigger with "design a dashboard", "analyze our funnel".

jeremylongshore/tons-of-skills-marketplace · 53 tokens

test-runner

Runs tests in the api-gateway Maven reactor — full/module unit runs, isolating a single core test class, or a single distribution/tutorial example test. Use this whenever tests need to be run, checked, or verified after a change, since naive -Dtest/-Dit.test invocations silently run (or skip) the wrong thing in this…

membrane/api-gateway · 82 tokens

demo-site

Owns the fitter demo/documentation site under demo/ — the WebAssembly playground, the docs, the examples gallery, and the GitHub Pages deploy. Use for any work on demo/index.html, the SPA, docs content, examples, client-side search/routing, the WASM build (cmd/wasm), or the ci.yaml pages job. Trigger phrases: "demo…

PxyUp/fitter · 97 tokens