All authors
costrict-plugins-repo avatar

Claude Skills by costrict-plugins-repo

github.com/costrict-plugins-repo
818 skillsA× 697B× 83C× 17D× 12F× 90 installs75 views
Implementing Gdpr Data Protection ControlsA

Implements GDPR (EU 2016/679) technical and organizational measures — privacy by design/default, DPIAs, data subject rights management, 72-hour breach notification, and cross-border transfer mechanisms (SCCs, BCRs, adequacy). Use when designing or auditing GDPR controls, building a DPIA, handling data subject access/erasure requests, or assessing cross-border data transfers.

securitygorails
0
67
Implementing Gdpr Data Subject Access RequestA

'Automates GDPR Data Subject Access Request (DSAR) workflows including

securitypythongo
0
67
Implementing Github Advanced Security For Code ScanningA

Configures GitHub Advanced Security (code scanning with CodeQL, secret scanning, dependency review, and Dependabot alerts) to perform automated static analysis and vulnerability detection across repositories at enterprise scale, including custom CodeQL queries and CI workflow integration. Use when setting up or tuning code scanning, rolling out CodeQL across an organization, or shifting SAST left into pull request workflows.

securityjavascripttypescript
0
67
Implementing Google Workspace Admin SecurityA

'Hardens a Google Workspace tenant via Admin Console configuration:

securityrustgo
0
67
Implementing Google Workspace Phishing ProtectionA

Configures Google Workspace advanced phishing and malware protection settings in the Admin Console — pre-delivery message scanning, attachment protection, spoofing/impersonation detection, and Enhanced Safe Browsing enforcement. Use when hardening Gmail against phishing, spoofing, and malware, or when tuning Workspace email security policies.

securityrustgo
0
67
Implementing Google Workspace Sso ConfigurationA

Configures SAML 2.0 single sign-on for Google Workspace against a third-party

securityrustgo
0
67
Implementing Hardware Security Key AuthenticationA

'Builds a FIDO2/WebAuthn relying party server with the python-fido2

devopspythongo
0
67
Implementing Hashicorp Vault Dynamic SecretsB

'Configures HashiCorp Vault dynamic secrets engines for database credentials,

devopspythonrust
0
67
Implementing Hipaa Security Rule SafeguardsA

Implement the HIPAA Security Rule (45 CFR Part 164 Subpart C) to protect electronic protected health information (ePHI): conduct the required risk analysis, deploy the administrative, physical, and technical safeguards, handle required vs addressable implementation specifications, execute Business Associate Agreements, and stand up breach-notification readiness. Use when an organization is a HIPAA covered entity or business associate, when protecting ePHI, when preparing for an OCR audit or r...

securitygotesting
0
67
Implementing Honeypot For Ransomware DetectionA

'Deploys canary files, honeypot shares, and decoy systems to detect ransomware

devopspythongo
0
67
Implementing Honeytokens For Breach DetectionB

'Deploys canary tokens and honeytokens (fake AWS credentials, DNS canaries,

securitypythonaws
0
67
Implementing Ics Firewall With TofinoA

'Deploys and configures Tofino industrial firewalls (Belden/Hirschmann)

devopspythonreact
0
67
Implementing Identity Governance With SailpointA

Deploys SailPoint IdentityNow or IdentityIQ for identity governance and

securitypythongo
0
67
Implementing Identity Verification For Zero TrustA

Implements continuous, risk-adaptive identity verification for zero trust

securitypythonrust
0
67
Implementing Iec 62443 Security ZonesA

'Designs security zones and conduits for industrial control systems

devopspythonbash
0
67
Implementing Image Provenance Verification With CosignB

Signs and verifies container image provenance with Sigstore Cosign, covering key-based and keyless OIDC signing (Fulcio, Rekor transparency log), SLSA attestations, and enforcing signature verification through Kubernetes admission control. Use when signing images for supply chain security, setting up keyless OIDC signing, attaching attestations, or enforcing a verified-images-only policy at admission. Keywords: Cosign, Sigstore, Fulcio, Rekor, keyless, attestation, cosign verify, admission po...

devopsgobash
0
67
Implementing Immutable Backup With ResticA

'Implements ransomware-resistant backups using restic with S3-compatible

businesspythonaws
0
67
Implementing Infrastructure As Code Security ScanningA

'Implements automated security scanning for Infrastructure as Code using

devopspythongo
0
67
Implementing Iso 27001 Information Security ManagementA

Guides implementation of an ISO/IEC 27001:2022 Information Security Management System (ISMS) end to end: gap analysis and scoping, risk assessment methodology, Annex A control selection, Statement of Applicability (SoA) creation, and continuous improvement. Use when scoping a new ISMS, preparing for ISO 27001 certification or audit, or selecting and documenting Annex A controls for a compliance program.

devopsrustgo
0
67
Implementing Just In Time Access ProvisioningA

Implements Just-In-Time (JIT) access provisioning to eliminate standing privileges by granting temporary, time-bound access, covering approval workflows, automatic expiration/revocation, and PAM/IGA integration. Use when designing access approval workflows or replacing standing privileged accounts with time-bound, zero-trust-aligned grants.

securitypythonrust
0
67
Implementing Jwt Signing And VerificationA

Implements secure JWT (RFC 7519) signing and verification using HMAC-SHA256, RSA-PSS, ES256, and EdDSA, including token expiration, claims validation, and defenses against algorithm-confusion, none-algorithm, and key-injection attacks. Use when adding or hardening JWT-based authentication/authorization, or when auditing token verification code for common JWT vulnerabilities.

securitypythongo
0
67
Implementing Kubernetes Network Policy With CalicoA

Installs Calico as the cluster CNI and writes standard Kubernetes NetworkPolicy under it, covering default-deny baselines, policy ordering and precedence, service-account-based selectors, and verifying that policy is genuinely being enforced. Use when adopting Calico as the enforcement CNI, establishing a default-deny baseline, or debugging why a NetworkPolicy is not taking effect under Calico. Keywords: Calico CNI, NetworkPolicy, default deny, policy order, Felix, service account selector. D...

devopsrustbash
0
67
Implementing Kubernetes Pod Security StandardsA

Chooses and applies the correct Kubernetes Pod Security Standard (Privileged, Baseline, Restricted) for a workload: what each profile forbids, how to map existing workloads to a profile, which securityContext fields must change, and how to plan a PodSecurityPolicy-to-PSS migration without breaking running pods. Use when deciding which pod security profile a namespace or workload should run under, auditing which workloads would fail Restricted, planning a PSP migration, or mapping pod security...

devopsbashkubernetes
0
67
Implementing Llm Guardrails For SecurityA

'Implements input/output validation guardrails for LLM applications using

securitypythongo
0
67
Implementing Log Forwarding With FluentdA

Configures Fluent Bit as an endpoint log forwarder and Fluentd as the central aggregator for centralized log collection, routing, filtering, and enrichment, covering input plugins for syslog/file-tailing/application logs and output routing to Elasticsearch, S3, and Splunk. Use when setting up centralized log aggregation across distributed infrastructure or generating Fluent Bit/Fluentd configuration files for a new log pipeline.

devopspythonruby
0
67
Implementing Log Integrity With BlockchainA

Builds an append-only log integrity chain using SHA-256 hash chaining, where each entry incorporates the previous entry's hash so tampering invalidates all subsequent hashes; covers log ingestion (syslog/JSON/plain text), chain verification, pinpoint tamper detection, and checkpoint anchoring to external timestamping services. Use for tamper-evident log storage for compliance or forensics, or to verify whether log entries were altered.

securitypythonbash
0
67
Implementing Memory Protection With Dep AslrA

'Implements memory protection mechanisms including DEP (Data Execution

devopsshellsecurity
0
67
Implementing Microsegmentation With GuardicoreB

'Implements microsegmentation with Akamai Guardicore Segmentation to map

devopspythonrust
0
67
Implementing Mimecast Targeted Attack ProtectionA

Deploys and configures Mimecast Targeted Threat Protection (TTP) modules -- URL Protect (click-time URL rewriting/analysis), Attachment Protect (sandbox detonation), Impersonation Protect (BEC/whaling detection), and Internal Email Protect -- for Microsoft 365 or Google Workspace. Use when defending against phishing, spearphishing, or business email compromise, or configuring TTP policies in the Mimecast Administration Console.

securitygogit
0
67
Implementing Mitre Attack Coverage MappingA

Implement MITRE ATT&CK coverage mapping to identify detection gaps, prioritize

devopspythongo
0
67
Implementing Mobile Application ManagementA

'Implements Mobile Application Management (MAM) policies to protect enterprise

devopsrustbash
0
67
Implementing Mtls For Zero Trust ServicesA

'Configures mutual TLS (mTLS) authentication between microservices using

securitypythonrust
0
67
Implementing Nerc Cip Compliance ControlsA

'Implements NERC CIP controls for Bulk Electric System (BES) cyber systems: asset

securitypythongo
0
67
Implementing Network Access Control With Cisco IseA

Deploys Cisco Identity Services Engine (ISE) as a RADIUS policy server for 802.1X

securityrustbash
0
67
Implementing Network Access ControlA

'Implements 802.1X port-based network access control using RADIUS authentication,

securityrustgo
0
67
Implementing Network Deception With HoneypotsA

Deploy and manage network honeypots using OpenCanary, T-Pot, or Cowrie

devopspythondocker
0
67
Implementing Network Intrusion Prevention With SuricataB

Deploys and configures Suricata as an inline network intrusion prevention system,

devopsrustgo
0
67
Implementing Network Policies For KubernetesA

Writes portable upstream Kubernetes NetworkPolicy YAML - default-deny-all, DNS egress, namespace and pod selector rules - that works on any conformant CNI such as Calico or Cilium. Use when segmentation must stay CNI-portable, introducing a default-deny posture, or restricting east-west traffic between pods and namespaces without depending on a vendor CRD. Keywords: NetworkPolicy, default deny, podSelector, namespaceSelector, ingress, egress, CNI portable. Do not use for Calico-specific resou...

devopsrustbash
0
67
Implementing Network Segmentation For OtA

'Implements OT network segmentation using VLANs, OT-aware firewalls, data diodes,

devopspythonrust
0
67
Implementing Network Segmentation With Firewall ZonesA

Designs and implements network segmentation using firewall security zones, VLANs,

businesspythonrust
0
67
Implementing Network Traffic Analysis With ArkimeA

Queries Arkime (formerly Moloch) full packet capture via its API to search sessions,

securitypythonbash
0
67
Implementing Network Traffic BaseliningA

Builds network traffic baselines from NetFlow/IPFIX CSV or JSON exports using Python

datapythonsecurity
0
67
Implementing Next Generation Firewall With Palo AltoA

Configures and deploys Palo Alto Networks next-generation firewalls end-to-end,

securityrustgo
0
67
Implementing Opa Gatekeeper For Policy EnforcementA

Deploys OPA Gatekeeper via Helm as a Kubernetes admission controller and writes ConstraintTemplates with Rego plus instantiated Constraints to validate, mutate, or deny resource requests at admission time. Use when enforcing custom policy-as-code at admission on Kubernetes v1.24+, blocking non-compliant workloads before scheduling, or expressing a rule that built-in controls cannot. Keywords: Gatekeeper, ConstraintTemplate, Constraint, Rego, admission webhook, audit, mutation. Do not use for ...

devopsgobash
0
67
Implementing Ot Incident Response PlaybookB

'Develops OT-specific incident response playbooks using a SANS PICERL-based Python

devopspythonrust
0
67
Implementing Ot Network Traffic Analysis With NozomiA

'Deploy Nozomi Networks Guardian sensors for passive OT network traffic

securitypythongo
0
67
Implementing Pam For Database AccessA

Deploy privileged access management for database systems including Oracle,

devopspythonsql
0
67
Implementing Passwordless Auth With Microsoft EntraB

'Implements passwordless authentication using Microsoft Entra ID with

devopsrustgo
0
67
Implementing Passwordless Authentication With Fido2A

Deploy FIDO2/WebAuthn passwordless authentication using security keys

devopspythongo
0
67
Implementing Patch Management For Ot SystemsA

'Implements a structured patch management program for OT/ICS environments

securitypythontesting
0
67