lld — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited lld (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 Low Level Design (LLD) document from a freeform description and write it to a markdown file.
$ARGUMENTS may be:
--hld <path> followed by an optional extra description (e.g. /lld --hld design/hld-user-auth.md focus on the token refresh flow). When --hld is provided, read the file at <path> and use its content as the primary source of context. The extra description, if present, narrows the scope.If $ARGUMENTS is empty, ask the user to provide a description or an HLD path and stop.
Steps:
--hld <path> is present, read the file at <path>. Use the HLD content (plus any extra description) as the source for all sections below. If the path does not exist, tell the user and stop. If no --hld flag is present, use $ARGUMENTS as the description directly.lld- (e.g. /lld user auth service → lld-user-auth-service.md)._TODO: list the error codes this endpoint returns._). If an HLD was provided, add a link to it in the Overview section.Output structure:
# LLD: <title derived from the description or HLD>**Date:** <today's date in YYYY-MM-DD format>**Status:** Draft**Author:** <!-- your name -->## Overview — 2-3 sentences describing what this component does at the implementation level. If an HLD was provided, include a line: **HLD:** [<hld title>](<relative path to hld file>).## Scope — what is covered in this document. List the specific classes, modules, endpoints, or functions in scope.## API / Interface Design — the public interface: function signatures, REST endpoints, event schemas, or method contracts. Use code blocks where appropriate.## Data Models — the data structures in use: fields, types, constraints, and relationships. Use tables or code blocks.## Component Interactions — how this component calls and is called by others. Include sequence steps or a numbered interaction flow.## Error Handling — what can go wrong, how errors are detected, and how they are surfaced to callers or users.## Edge Cases — non-obvious inputs or states that require special handling.## Testing Considerations — what unit, integration, or contract tests are needed. List the key scenarios to cover.## Open Questions — unchecked checkboxes for implementation decisions that need to be resolved before coding 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.