skills
anthropics
Public repository for Agent Skills
chaggle/dsh-powershell-check
dsh-powershell-check is a tool for DeepSeek Harness. Native DeepSeek Harness plugin: gates pwsh tool calls against PowerShell pitfalls via the official tools/pre-execute interception point, bundles the powershell-check skill

REVIEW SCORECARD
✓ 无Risky检出 · 自动化扫描结果仅供参考,非官方背书
AI DEEP REVIEW
Well-documented, actively maintained plugin that usefully gates pwsh calls against real PowerShell pitfalls; worth insta
README documents a shared rules engine (src/checker.ts) used by both gate and CLI, a 60-case --selftest battery, and a single-source rule table, indicating solid engineering structure, though no CI config is visible.
The plugin only statically inspects pwsh commands before execution and optionally runs the official PSScriptAnalyzer locally; no download-and-execute, secrets, or excessive permissions are described, though the optional analyzer spawns a shell process.
It targets a genuinely common pain point by blocking concrete PowerShell 5.1 pitfalls (GBK mojibake, $var: parsing, ternary, &&/|| chains, npm.cmd suffix) at the official tools/pre-execute interception point.
Last updated 2026-08-23, not archived, and the README references hot-applying profile patches and a recent blog post, indicating active development.
The README provides install commands for profile-plugin and skill-only modes, a full configuration table, CLI usage with exit codes, and a rule table mapping each rule to a blog section.
Generated by AI after reading the project README, as a decision aid; neutral scores are given when information is thin. Not an official endorsement.
正在读取 GitHub README...
README 暂时无法读取。
前往仓库INSTALL REFERENCE
dsh plugin --profile <name> add @chaggle/dsh-powershell-checkThis command comes from an explicit install reference in the README and is provided for reference only — it is never auto-executed by a DSH host.
PROJECT TOPICS
VALIDATION LADDER
FAQ
Native DeepSeek Harness plugin: gates pwsh tool calls against PowerShell pitfalls via the official tools/pre-execute interception point, bundles the powershell-check skill
dsh-powershell-check has 4 stars and 0 forks on GitHub, last updated 2026-08-23.
dsh-powershell-check is distributed under the MIT license.
dsh-powershell-check is listed in the DSH Universe directory as a tool for DeepSeek Harness. This plugin is listed in the DSH Universe directory and covered by its validation pipeline.
CLASSIFICATION EVIDENCE
System reads GitHub Topics first, then compares against the in-site category dictionary and word-root rules. Current match:skill。