AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Hw Security Signoff

skill-dtsong-my-claude-setup-hw-security-signoff · by dtsong

Use when a hardware design needs security sign-off before tape-out. Defines the builder-to-auditor handoff contract between Foundry (constructive design) and Forge (security review). Covers security review prerequisites, artifact checklist, sign-off criteria, and conditional approval workflow. Do not use for RTL security review itself (use rtl-security-review) or design flow guidance (use foundry…

No reviews yet
0 installs
33 views
0.0% view→install

Install

$ agentstack add skill-dtsong-my-claude-setup-hw-security-signoff

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-dtsong-my-claude-setup-hw-security-signoff)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Hw Security Signoff? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

HW Security Sign-Off

Purpose

Define the handoff contract between Foundry (builder) and Forge (security auditor) for hardware security sign-off. Ensure all security-critical design artifacts are delivered, reviewed, and approved before tape-out commitment.

Scope Constraints

Coordinates the handoff process between builder and auditor roles. Does not perform the security review itself (delegates to rtl-security-review, microarch-analysis, physical-design-security). Does not modify design files.

Inputs

  • Design name and tape-out target date
  • Security-critical modules identified by Foundry
  • Trust boundary definitions
  • Threat model (if available) or threat categories in scope
  • Any prior security review findings

Input Sanitization

No user-provided values are used in commands or file paths. All inputs are treated as read-only analysis targets.

Procedure

Progress Checklist

  • [ ] Step 1: Verify builder artifact delivery
  • [ ] Step 2: Validate security scope agreement
  • [ ] Step 3: Coordinate security reviews
  • [ ] Step 4: Track finding resolution
  • [ ] Step 5: Issue sign-off decision

Step 1: Verify Builder Artifact Delivery

Foundry must deliver the following before security review begins:

  • [ ] RTL source for all security-critical modules (final, synthesis-ready)
  • [ ] Security-critical module list with trust boundary annotations
  • [ ] Register map with access control policy per register
  • [ ] FSM state diagrams for security-relevant state machines
  • [ ] Clock domain crossing report
  • [ ] DFT/scan chain documentation (which chains touch security logic)
  • [ ] Debug interface specification (JTAG, trace ports)
  • [ ] Known limitations or accepted risks documented

Reject handoff if any artifact is missing. Document gaps and return to Foundry.

Step 2: Validate Security Scope Agreement

  • Confirm threat categories in scope (side-channel, fault injection, logical bypass, debug access).
  • Agree on security-critical module boundaries (which modules are in-scope for full review).
  • Define review depth per module: full RTL review, interface-only, or documentation review.
  • Set severity classification: critical (blocks tape-out), high (requires mitigation plan), medium (accept with justification), low (track).
  • Confirm timeline and review capacity.

Step 3: Coordinate Security Reviews

Dispatch to Forge specialist skills based on scope:

  • rtl-security-review: Access control gates, FSM transitions, information leakage for all in-scope modules.
  • microarch-analysis: Speculative execution, cache timing, branch predictor attacks if CPU/core is in scope.
  • physical-design-security: Power domain isolation, clock domain security, layout-level leakage if physical design is available.

Track review progress per module and per skill.

Step 4: Track Finding Resolution

  • Maintain finding tracker with: ID, module, category, severity, status, owner, target date.
  • For each critical finding: Foundry implements fix, Forge re-reviews.
  • For each high finding: Foundry provides mitigation plan, Forge approves plan.
  • For each medium finding: Foundry documents accepted risk with justification.
  • Verify all critical findings are resolved before sign-off.

Step 5: Issue Sign-Off Decision

  • Approved: All critical/high findings resolved, no open blockers.
  • Conditional approval: All critical resolved, high findings have approved mitigation plans with committed timelines.
  • Blocked: Open critical findings or unresolved high findings without mitigation plans.

Document decision with: reviewer, date, scope covered, open items (if conditional), and next review trigger.

> Compaction resilience: If context was lost, re-read the Inputs section for the design under review, check the Progress Checklist, then resume from the earliest incomplete step.

Output Format

Sign-Off Summary

| Field | Value | |-------|-------| | Design | ... | | Reviewer | Forge | | Date | ... | | Decision | Approved / Conditional / Blocked | | Scope | Modules A, B, C | | Open items | ... |

Finding Tracker

| ID | Module | Category | Severity | Status | Owner | |----|--------|----------|----------|--------|-------| | F1 | accessctrl | Bypass | Critical | Fixed | Foundry | | F2 | debugif | Leakage | High | Mitigated | Foundry |

Handoff

  • Hand off to forge/rtl-security-review for detailed RTL security analysis.
  • Hand off to forge/microarch-analysis for microarchitectural attack surface review.
  • Hand off to foundry/chip-design-flow for design fixes required by findings.

Quality Checks

  • [ ] All builder artifacts delivered and complete
  • [ ] Security scope and threat categories agreed
  • [ ] All security-critical modules reviewed by appropriate Forge skill
  • [ ] All critical findings resolved
  • [ ] All high findings resolved or have approved mitigation plans
  • [ ] Sign-off decision documented with scope and conditions

Evolution Notes

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.