Agent Skillsomnigent-ai/omnigent › security-audit

security-audit

GitHub

用于代码库安全审计,检测硬编码密钥、注入漏洞等安全问题并生成结构化报告。仅输出结果,不进行修复。

examples/sentinel/skills/security-audit/SKILL.md omnigent-ai/omnigent

Trigger Scenarios

用户请求安全审查 用户要求审计代码库 用户检查代码漏洞

Install

npx skills add omnigent-ai/omnigent --skill security-audit -g -y
More Options

Non-standard path

npx skills add https://github.com/omnigent-ai/omnigent/tree/main/examples/sentinel/skills/security-audit -g -y

Use without installing

npx skills use omnigent-ai/omnigent@security-audit

指定 Agent (Claude Code)

npx skills add omnigent-ai/omnigent --skill security-audit -a claude-code -g -y

安装 repo 全部 skill

npx skills add omnigent-ai/omnigent --all -g -y

预览 repo 内 skill

npx skills add omnigent-ai/omnigent --list

SKILL.md

Frontmatter
{
    "name": "security-audit",
    "description": "Audit a codebase or directory for security issues (hardcoded secrets, injection, unsafe deserialization, weak crypto, authz gaps) and produce a structured findings report. Use when the user asks for a security review, an audit, or to check code for vulnerabilities. Report only — never fix."
}

security-audit — review code for security issues, report only

1. Collect scope

Identify what to audit (a directory, a diff, a module). Gather it yourself with sys_os_* / git — this is plumbing, not investigation.

2. Dispatch the scanner (purpose: explore / search)

Hand the scanner the scope; it reads source, manifests, history and returns per-finding evidence. Do NOT sprawl across the repo yourself.

3. Synthesize the draft — FINDINGS TEMPLATE (must match orchestrator prompt)

For each finding:

### <Severity>: <short title>
- **Severity**: Critical | High | Medium | Low | Info
- **Location**: file:line
- **Recommendation**: <fix guidance — describe it, never apply it>
- **Confidence**: high | medium | low

4. Cross-vendor review (purpose: review)

Route the draft through the reviewer (codex, different vendor) to confirm true positives and drop false positives. Fold in its verdicts.

5. Deliver

Present the final report. You REPORT; you never edit, patch, or fix code.

Version History

  • a8f41cb Current 2026-08-12 09:03

Same Skill Collection

.claude/skills/antigravity-sdk-e2e-dev/SKILL.md
.claude/skills/copilot-sdk-e2e-dev/SKILL.md
.claude/skills/cursor-sdk-e2e-dev/SKILL.md
.claude/skills/harness-integration-guide/SKILL.md
.claude/skills/pi-native-e2e-dev/SKILL.md
deploy/docker/SKILL.md
examples/debby/skills/debate/SKILL.md
examples/deep-research/skills/deep-research/SKILL.md
examples/polly/skills/cross-review/SKILL.md
examples/polly/skills/fanout/SKILL.md
examples/polly/skills/investigate/SKILL.md
examples/scribe/skills/api-docs/SKILL.md
examples/scribe/skills/changelog/SKILL.md
examples/scribe/skills/migration-guide/SKILL.md
omnigent/onboarding/agent/skills/build-omnigent/SKILL.md
omnigent/onboarding/agent/skills/detect-framework/SKILL.md
omnigent/onboarding/agent/skills/omnigent-knowledge/SKILL.md
.claude/skills/antigravity-native-e2e-dev/SKILL.md
.claude/skills/cli-setup-verify/SKILL.md
.claude/skills/polly-e2e-dev/SKILL.md
.claude/skills/run-load-test/SKILL.md

Metadata

Files
0
Version
0bea987
Hash
a5404bb1
Indexed
2026-08-12 09:03

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-12 23:41
浙ICP备14020137号-1 $お客様$