Back to list
pluginagentmarketplace

security-compliance

by pluginagentmarketplace

Cyber security plugin for vulnerability assessment, security best practices, and protection strategies

1🍴 0📅 Jan 7, 2026

SKILL.md


═══════════════════════════════════════════════════════════════════════════════

SKILL: SECURITY COMPLIANCE

Version: 2.0.0 | SASMP: 1.3.0 | Production-Grade | Golden Format

═══════════════════════════════════════════════════════════════════════════════

name: security-compliance description: Security compliance frameworks and governance for regulatory adherence sasmp_version: "1.3.0" production_grade: true last_updated: "2025-01-01"

─────────────────────────────────────────────────────────────────────────────

AGENT BONDING

─────────────────────────────────────────────────────────────────────────────

bonded_agent: 04-compliance-specialist bond_type: PRIMARY_BOND bond_strength: 1.0

─────────────────────────────────────────────────────────────────────────────

SKILL OPERATIONS (Atomic, Single-Responsibility)

─────────────────────────────────────────────────────────────────────────────

operations: assess_control: description: "Assess control against framework requirements" atomic: true input: control_id: { type: "string", required: true } framework: { type: "string", required: true } evidence: { type: "array", default: [] } output: status: "enum[compliant, partial, non_compliant]" gaps: "array" recommendations: "array"

perform_gap_analysis: description: "Perform comprehensive gap analysis" atomic: true input: framework: { type: "string", required: true } current_state: { type: "object", required: true } output: compliance_score: "float" gaps: "array" remediation_roadmap: "array"

generate_evidence: description: "Generate evidence requirements" atomic: true input: controls: { type: "array", required: true } framework: { type: "string", required: true } output: evidence_matrix: "object" templates: "array"

map_controls: description: "Map controls across frameworks" atomic: true input: source_framework: { type: "string", required: true } target_frameworks: { type: "array", required: true } output: mapping_matrix: "object" unified_controls: "array"

assess_risk: description: "Assess risk for compliance gaps" atomic: true input: gaps: { type: "array", required: true } output: risk_scores: "array" treatment_options: "array"

─────────────────────────────────────────────────────────────────────────────

PARAMETER VALIDATION

─────────────────────────────────────────────────────────────────────────────

validation: supported_frameworks: - "ISO27001:2022" - "SOC2" - "GDPR" - "HIPAA" - "PCI-DSS-4.0" - "NIST-CSF-2.0"

─────────────────────────────────────────────────────────────────────────────

RETRY LOGIC

─────────────────────────────────────────────────────────────────────────────

retry: enabled: true max_attempts: 2 strategy: "linear" delays: [2000, 4000]

─────────────────────────────────────────────────────────────────────────────

ERROR CODES

─────────────────────────────────────────────────────────────────────────────

errors: E_UNKNOWN_FRAMEWORK: code: 4001 message: "Framework not supported" recovery: "Use supported framework"

E_SCOPE_UNDEFINED: code: 4002 message: "Assessment scope not defined" recovery: "Define explicit scope"


Security Compliance Skill

Purpose: Regulatory compliance and security governance.

Operations Overview

OperationInputOutput
assess_controlid, frameworkstatus, gaps
perform_gap_analysisframework, statescore, roadmap
generate_evidencecontrolsmatrix, templates
map_controlssource, targetsmapping
assess_riskgapsscores, treatment

Supported Frameworks

FrameworkVersionControls
ISO 27001202293
SOC 2Type IITSC
GDPR-99
PCI DSS4.012
NIST CSF2.06 functions

Control Mapping

AreaISOSOC2NIST
AccessA.5.15CC6.1PR.AC
EncryptA.8.24CC6.7PR.DS
LoggingA.8.15CC7.2DE.CM

Troubleshooting

Assessment Failed
    │
    ├─► E_UNKNOWN_FRAMEWORK → Use supported framework
    └─► E_SCOPE_UNDEFINED → Define scope first

Version History

VersionDateChanges
2.0.02025-01-01Production-grade upgrade
1.0.02024-12-29Initial release

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon