
Research
/Security News
OpenAPI React Query Codegen Compromised in Mini Shai-Hulud npm Supply Chain Attack
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.
dsh-api-designer
Advanced tools
DSH plugin to inject the api-designer skill into system-prompt persona, providing API design guidance for REST and GraphQL.
A DeepSeek Harness (DSH) plugin that injects the api-designer skill into the system prompt, providing comprehensive guidance for designing clean, consistent REST and GraphQL APIs.
dsh installed and configured.~/.dsh/profiles/web/).dsh plugin add (recommended)dsh plugin --profile web add github:your-username/dsh-api-designer
Then add the plugin to your profile's package.json bundles list (see Option B for example).
cd ~/.dsh/plugins
git clone https://github.com/your-username/dsh-api-designer.git
package.json (typically ~/.dsh/profiles/web/package.json) to include the plugin in the dsh.profile.bundles array and as a dependency:{
"dsh": {
"profile": {
"bundles": [
"@deepseek-ai/dsh-base",
"@deepseek-ai/dsh-web-app",
"dsh-api-designer"
]
}
},
"dependencies": {
"dsh-api-designer": "file:../../plugins/dsh-api-designer"
}
}
cd ~/.dsh/profiles/web
pnpm install
dsh web
Once installed, the api-designer skill is automatically injected into the system prompt for all agents. The agent will have access to API design best practices when:
No configuration is required; the skill is always active.
The plugin registers a system-prompt section with order 10 (after the deployment persona at order 0, but before tool guidance at orders 100–199). The section content is extracted from skill.md (YAML frontmatter stripped) and injected into every prompt assembly.
To modify the skill content, edit skill.md and restart the DSH web server. The plugin reads the file at startup.
MIT
FAQs
DSH plugin to inject the api-designer skill into system-prompt persona, providing API design guidance for REST and GraphQL.
The npm package dsh-api-designer receives a total of 176 weekly downloads. As such, dsh-api-designer popularity was classified as not popular.
We found that dsh-api-designer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.

Security News
Socket joins more than 100 technology, cybersecurity, and financial organizations calling for a global surge in cyber defense.

Product
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.