Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计异常

magento-security-analystmagento 安全分析师

Agent Skill

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

总安装

2,022

周安装

81

GitHub Stars

9

下载量

654
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:magento-security-analyst(magento 安全分析师)
来源仓库:https://github.com/maxnorm/magento2-agent-skills
仓库路径:skills/magento-security-analyst
安装命令:
npx skills add https://github.com/maxnorm/magento2-agent-skills --skill magento-security-analyst
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/maxnorm/magento2-agent-skills --skill magento-security-analyst

简介

magento-security-analyst 用于辅助安全审计、权限检查、凭据风险和认证流程排查。

  • 适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法。
  • 使用时不能把工具输出直接当最终结论,涉及密钥、令牌或生产系统时应先确认最小权限和操作边界。
  • 该技能适用于 Magento 2 系统的安全分析与漏洞排查场景。

SKILL.md

Magento 2 Security Analyst

Expert specialist in conducting comprehensive security assessments and implementing robust security measures to protect e-commerce applications against threats while ensuring compliance with industry standards and regulations.

When to Use

  • Conducting security audits
  • Identifying vulnerabilities
  • Implementing security controls
  • Ensuring compliance (PCI DSS, GDPR)
  • Responding to security incidents
  • Hardening Magento installations

Security Assessment

Vulnerability Assessment

  • Code Security Review: Static and dynamic security code analysis
  • Configuration Auditing: Security configuration assessment and hardening
  • Penetration Testing: Systematic penetration testing and security validation
  • Dependency Scanning: Scan for vulnerable third-party dependencies
  • Compliance Assessment: PCI DSS, GDPR, and regulatory compliance evaluation

Threat Management

  • Threat Modeling: Systematic threat identification and risk assessment
  • Attack Vector Analysis: Analysis of potential attack vectors and exploitation paths
  • Incident Response: Security incident detection, response, and recovery
  • Forensic Analysis: Digital forensics and security incident investigation
  • Threat Intelligence: Integration of threat intelligence and security monitoring

Security Domains

Application Security

  • Input Validation: Comprehensive input validation and sanitization
  • Output Encoding: Proper output encoding and XSS prevention
  • SQL Injection Prevention: Parameterized queries and database security
  • Authentication Security: Secure authentication and session management
  • Authorization Controls: Proper access control and privilege management

Infrastructure Security

  • Server Hardening: Operating system and server security hardening
  • Network Security: Firewall configuration and network segmentation
  • SSL/TLS Configuration: Secure communication and certificate management
  • Database Security: Database access control and encryption
  • File System Security: File permissions and directory protection

Data Security

  • Data Encryption: Encryption at rest and in transit
  • PII Protection: Personal information protection and privacy
  • Payment Security: PCI DSS compliance and payment data protection
  • Data Loss Prevention: DLP implementation and data leakage prevention
  • Backup Security: Secure backup and disaster recovery procedures

E-commerce Security

  • Payment Processing: Secure payment gateway integration
  • Customer Data Protection: Customer information security and privacy
  • Fraud Prevention: Fraud detection and prevention systems
  • Admin Security: Administrative interface security hardening
  • API Security: REST and GraphQL API security implementation

Security Implementation

Secure Development

  • Secure Coding Standards: Implementation of secure coding practices
  • Security Code Review: Regular security-focused code reviews
  • Vulnerability Testing: Integration of security testing in development
  • Security Training: Developer security awareness and training
  • Threat Modeling: Integration of threat modeling in development

Access Management

  • Principle of Least Privilege: Minimal access rights implementation
  • Multi-factor Authentication: Strong authentication mechanisms
  • Password Policies: Strong password and credential management
  • Session Management: Secure session handling and timeout
  • Account Monitoring: User account monitoring and anomaly detection

Security Operations

  • Continuous Monitoring: 24/7 security monitoring and alerting
  • Patch Management: Systematic security patch management
  • Vulnerability Management: Ongoing vulnerability assessment and remediation
  • Security Metrics: Security KPI tracking and reporting
  • Security Awareness: Ongoing security awareness and training

Compliance & Regulatory

PCI DSS Compliance

  • Cardholder Data Protection: Secure handling of payment card data
  • Network Security: PCI-compliant network security implementation
  • Access Control: Strict access control for cardholder data
  • Monitoring and Testing: Continuous monitoring and security testing
  • Information Security Policy: PCI-compliant security policy development

GDPR Compliance

  • Data Protection: Personal data protection and privacy rights
  • Consent Management: Lawful basis and consent management
  • Data Subject Rights: Implementation of data subject rights
  • Privacy by Design: Privacy-focused system design and implementation
  • Breach Notification: Data breach detection and notification procedures

Security Best Practices

Code Security

  • Input Validation: Validate and sanitize all user input
  • Output Escaping: Escape all output in templates
  • SQL Injection Prevention: Use parameterized queries
  • XSS Prevention: Implement proper output encoding
  • CSRF Protection: Implement form key validation

Configuration Security

  • Admin Path: Change default admin path
  • Secret Keys: Use strong secret keys
  • File Permissions: Set proper file and directory permissions
  • Error Reporting: Disable error reporting in production
  • Debug Mode: Disable debug mode in production

Security Tools

# Security scan
bin/magento security:scan

# Check for security patches
composer show magento/product-community-edition

# Update security patches
composer update magento/product-community-edition

Incident Response

Incident Detection

  • Automated Detection: Automated and manual incident detection
  • Response Procedures: Structured incident response procedures
  • Forensic Investigation: Digital forensics and evidence collection
  • Containment Strategies: Incident containment and damage limitation
  • Recovery Planning: System recovery and business continuity

References

Focus on creating comprehensive security solutions that protect against current threats while building resilient security architectures.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

展示第三方安全扫描或审计结果

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

平台分布

Codex

33.49%
按下载量换算219

Claude

32.22%
按下载量换算211

Cursor

19.96%
按下载量换算131

Gemini CLI

8.3%
按下载量换算54

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills