Token导航 LogoToken导航TokenDH.com
研究检索需要联网unknown未标认证来源可访问许可证需确认审计未展示

security-scan安全扫描

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

261

周安装

11

下载量

92
Local Agent

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:security-scan(安全扫描)
来源仓库:https://smithery.ai
仓库路径:security-scan
安装命令:
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

security-scan 用于辅助安全审计和漏洞排查,适合权限检查和凭据风险分析。

  • 支持敏感配置梳理和依赖风险检查,帮助生成安全复核清单。
  • 使用时不能将工具输出直接视为最终结论,需人工复核关键判断。
  • 涉及密钥、令牌或生产系统时,应先确认最小权限和操作边界。
  • 当前安装方式未知,建议进一步查阅官方文档或仓库说明以获取准确信息。

SKILL.md

Security-Scan: Self-Hosted Security Scanning

Orchestrate comprehensive security scanning using self-hosted tools.

Features

  1. SAST (Static Application Security Testing)

- Semgrep: Multi-language pattern matching - Bandit: Python-specific security linting

  1. Dependency Audit

- pip-audit: Python package vulnerabilities - npm audit: Node.js package vulnerabilities (auto-detected) - Trivy: Container and filesystem scanning

  1. Secrets Detection

- gitleaks: Find hardcoded credentials, API keys, tokens

  1. Integrations

- Task-monitor: Real-time progress tracking - Memory: Store and recall scan results across sessions

Commands

CommandDescription
./run.sh scan --path.Run all security scans
./run.sh sast --path. --language pythonRun SAST only
./run.sh deps --path.Run dependency audit only
./run.sh secrets --path.Run secrets detection only
./run.sh report --format jsonGenerate scan report

Usage

# Full security scan
./run.sh scan --path /path/to/project

# SAST scan for Python
./run.sh sast --path . --language python

# Dependency audit
./run.sh deps --path .

# Secrets detection
./run.sh secrets --path .

# Store results in memory
./run.sh scan --path . --store-results

Output Format

All commands output structured JSON with:

  • findings: List of security issues
  • severity: critical/high/medium/low/info
  • location: File path and line number
  • rule_id: Scanner rule that triggered
  • description: Human-readable description
  • remediation: Suggested fix

Required Tools

ToolPurposeInstall
semgrepSASTpip install semgrep
banditPython SASTpip install bandit
pip-auditPython depspip install pip-audit
gitleaksSecretsBinary from GitHub releases
trivyContainer scanBinary from GitHub releases

Integration with Task-Monitor

Scans automatically register with task-monitor for progress tracking:

# View scan progress
.pi/skills/task-monitor/run.sh tui --filter security-scan

Integration with Memory

Store scan results for trend analysis:

# Store results
./run.sh scan --path . --store-results

# Recall previous scans
.pi/skills/memory/run.sh recall "security scan results"

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Local Agent

86.41%
按下载量换算79

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills