sec-agentshield-wrapper

Evaluates proposed code changes for trust-boundary risks and dangerous patterns before implementation.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/hiddink-ai/hiddink-harness --skill sec-agentshield-wrapper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sec-agentshield-wrapper
Source: https://github.com/hiddink-ai/hiddink-harness/tree/main/templates/skills/sec-agentshield-wrapper
Command: npx skills add https://github.com/hiddink-ai/hiddink-harness --skill sec-agentshield-wrapper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the lack of proactive security oversight during the design and implementation phase, preventing the introduction of vulnerabilities before code is even written.

Core Features & Use Cases

  • Pre-write Analysis: Identifies trust boundary risks, dangerous patterns, and potential security flaws based on the developer's stated intent.
  • Advisory System: Provides actionable PROCEED, CAUTION, or BLOCK guidance to ensure secure architectural decisions.
  • Use Case: Before implementing a new authentication middleware or file upload endpoint, use this skill to receive a security checklist and risk assessment tailored to your specific change.

Quick Start

Invoke the sec-agentshield-wrapper skill by providing the target file or area and your specific change intent to receive a comprehensive security advisory.

Frequently Asked Questions about sec-agentshield-wrapper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a pre-flight security analysis on proposed code changes?

Pre-flight security analysis evaluates proposed code changes against heuristic patterns to identify trust boundary risks and dangerous vulnerabilities, providing actionable advisories before implementation begins.

What is a trust boundary risk assessment in software development?

A trust boundary risk assessment identifies potential security flaws at points where data crosses between trusted and untrusted zones, evaluating architectural security to mitigate vulnerabilities proactively.

How do I get a security advisory for a new authentication middleware implementation?

Provide the target file area and your specific change intent to receive a security advisory with PROCEED, CAUTION, or BLOCK guidance tailored to architectural risks like authentication middleware.

Can I use heuristic security patterns to review code before writing it?

Yes, heuristic-based security patterns evaluate your stated implementation intent to identify dangerous patterns and potential security flaws, ensuring secure architectural decisions prior to code generation.

Does pre-flight vulnerability mitigation work for file upload endpoint design?

Pre-flight vulnerability mitigation applies to file upload endpoint design by analyzing the proposed changes to deliver a tailored security checklist and risk assessment for that specific implementation.

What are the limitations of using heuristic security patterns for code review?

Heuristic security pattern analysis provides proactive risk assessment and advisories based on stated intent, but does not execute static code analysis on existing files or replace runtime vulnerability testing.