hld — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited hld (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Generate a High Level Design (HLD) document from a freeform description and write it to a markdown file.
$ARGUMENTS is the description of the feature, system, or component. If $ARGUMENTS is empty, ask the user to provide a description and stop.
Steps:
hld- (e.g. /hld user auth service → hld-user-auth-service.md)._TODO: describe the external systems this component interacts with._).Output structure:
# HLD: <title derived from the description>**Date:** <today's date in YYYY-MM-DD format>**Status:** Draft**Author:** <!-- your name -->## Overview — 2-4 sentences describing what this system or feature does and why it exists. Write as if the reader has no prior context.## Goals — what this design must achieve, as bullet points.## Non-Goals — what is explicitly out of scope. At least one item.## System Context — where this component fits in the broader system. What calls it? What does it call? List known external dependencies.## Proposed Design — the core design in plain English. Include key decisions and reasoning, how the main flow works end to end, and any important constraints or assumptions.## Components — a two-column markdown table with Component and Responsibility columns.## Data Flow — the flow of data through the system as a numbered list.## Alternatives Considered — each alternative as a bullet with 1-2 sentences on the trade-off that led to it being rejected.## Open Questions — unchecked checkboxes for questions that need answers before implementation begins.design/ directory in the current working directory if it does not already exist. Write the document to design/<slug>.md.design/<slug>.md) and confirm it was written. List any sections that were left as stubs.Rules:
$ARGUMENTS
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.