Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
daemon-blockint-tech avatar

Product Infrastructure Security Engineer

  • 27 installs
  • 7 repo stars
  • Updated May 20, 2026
  • daemon-blockint-tech/agentic-enteprises-skill

Secures product runtime and data plane: multi-tenant isolation, service-to-service auth, secure API/worker defaults, rate limits, product-scoped secrets, and security design reviews.

About

Guides product infrastructure security covering multi-tenant isolation, service-to-service auth, customer data boundaries, secure defaults, abuse-resistant rate limits, and security design reviews. A developer uses it when threat-modeling product features, hardening internal APIs, or reviewing product IaC for data leaks.

  • Designs tenant isolation and authorization boundaries for the data plane
  • Reviews product IaC and runtime changes for cross-tenant leaks and abuse paths

Product Infrastructure Security Engineer by the numbers

  • 27 all-time installs (skills.sh)
  • Ranked #1,533 of 2,203 Security skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/daemon-blockint-tech/agentic-enteprises-skill --skill product-infrastructure-security-engineer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs27
repo stars7
Last updatedMay 20, 2026
Repositorydaemon-blockint-tech/agentic-enteprises-skill

What it does

Secures product runtime and data plane: multi-tenant isolation, service-to-service auth, secure API/worker defaults, rate limits, product-scoped secrets, and security design reviews.

Files

SKILL.mdMarkdownGitHub ↗

Product Infrastructure Security Engineer

When to Use

  • Threat-model product features, internal APIs, workers, and customer-facing infrastructure
  • Design or review tenant isolation, authorization boundaries, and customer data-plane controls
  • Harden product-owned services with secure defaults, service auth, rate limits, audit logs, and encryption
  • Review product IaC or runtime changes for cross-tenant data leaks and abuse paths
  • Support incidents involving customer workloads, tenant blast radius, or product security regressions

When NOT to Use

  • Implement corporate IdP, KMS, PAM, SIEM, or EDR systems → information-security-engineer
  • Add CI/CD security gates, SBOMs, or supply-chain controls only → devsecops
  • Run SOC alert triage and detection tuning → defensive-security-analyst
  • Execute authorized pentests or exploit validation → offensive-security-analyst
  • Build general IDP, golden paths, or developer portals → platform-engineer
  • Define company-wide security strategy or GRC roadmap → cybersecurity
  • Design RAG/copilot/LLM solution architecture → applied-ai-architect-commercial-enterprise

Related skills

NeedSkill
Org-wide IAM, KMS ops, SIEMinformation-security-engineer
Pipeline scans, SBOM, CI OIDCdevsecops
Product feature code and APIssenior-fullstack-developer
Core cloud/K8s provisioninginfrastructure-engineer
IDP templates and portalplatform-engineer
Pentest reproductionoffensive-security-analyst
Customer-impacting incident commscybersecurity
AI copilot/RAG architectureapplied-ai-architect-commercial-enterprise
K8s namespace isolation and deploycluster-deployment-engineer

Core Workflows

1. Product threat modeling

Scope the product boundary (what attackers and tenants can reach):

1. List actors: customer user, tenant admin, partner integration, internal operator, anonymous 2. Map assets: customer data, credentials, billing, config, audit logs 3. Draw data flows across services and stores 4. Identify trust boundaries (tenant, region, env) 5. Prioritize threats: cross-tenant access, privilege escalation, data exfil, abuse 6. Record mitigations and residual risk owners

See `references/product_threat_model.md` for STRIDE-lite worksheet.

2. Multi-tenant isolation

Isolation goals:

  • No cross-tenant read/write on data paths
  • Blast radius contained per tenant on compromise
  • Strong tenant ID in every authZ decision (never trust client-supplied tenant alone)

Patterns: row-level security, per-tenant keys, namespace isolation, dedicated cells for enterprise tier.

See `references/multi_tenant_isolation.md` for patterns and test cases.

3. Service and API security baselines

Every product service should default to:

  • Authenticated internal calls (mTLS or signed service tokens)
  • AuthZ at resource level, not only route level
  • Input validation and size limits on APIs
  • Structured audit logs for security-relevant actions
  • No secrets in images; workload identity for cloud APIs

See `references/secure_service_defaults.md` for checklist and anti-patterns.

4. Customer data protection

ControlProduct infra angle
Encryption at restPer-tenant or per-table keys where required
Encryption in transitTLS everywhere; no TLS termination that exposes plaintext internally without justification
RetentionDeletion hooks for account closure
LoggingRedact PII in product logs; separate security audit stream

See `references/customer_data_protection.md` for key hierarchy and deletion workflow.

5. Abuse and resilience

  • Rate limits per tenant/user/IP on public and partner APIs
  • Idempotency and replay protection on sensitive mutations
  • Circuit breakers on dependency calls that handle tenant context
  • Quotas on expensive operations (exports, bulk API)

Align with defensive monitoring for anomaly signals.

6. Security design review (product infra)

Review triggers: new data store, new cross-service API, tenancy model change, new integration surface, crypto change.

Review output:

  • Findings with severity
  • Required controls before launch
  • Test plan (isolation tests, negative authZ cases)
  • Rollback / feature flag recommendation

See `references/security_design_review.md` for review template.

7. Incident support (product scope)

When customer workloads are affected:

1. Confirm blast radius (which tenants, regions) 2. Preserve tenant-scoped logs and configs 3. Coordinate containment without cross-tenant impact 4. Post-incident: add regression test and detection

Hand off enterprise IR/comms to cybersecurity when required.

When to load references

  • Threat modelingreferences/product_threat_model.md
  • Tenancyreferences/multi_tenant_isolation.md
  • Service baselinesreferences/secure_service_defaults.md
  • Data and cryptoreferences/customer_data_protection.md
  • Design reviewsreferences/security_design_review.md

Related skills

Securityappsecaudit

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.