the-netsshark
v0.2.0Empirical network configuration audits with adversarial validation.
By VeigaPunkLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install the-netsshark for Codex
codex plugin marketplace add VeigaPunk/ds4cc-marketplace
codex plugin marketplace upgrade ds4cc
codex plugin add the-netsshark@ds4ccPaste and run these commands in a terminal with Codex. They add and refresh the ds4cc catalog, then install this plugin.
Compatibility: the page URL and API slug “the-netsshark” remain stable.
- Codex:
the-netsshark@agent-plugin-marketplace→the-netsshark@ds4cc
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/VeigaPunk/ds4cc-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is marketplace/plugins/the-netsshark/.
Plugin files
├── .codex-plugin/plugin.json└── skills/the-netsshark-docs/SKILL.md
Included Skills1
Audit connectivity, DNS, routing, proxies, firewalls, MTU, privacy, and network reliability with empirical probes and safe rollback plans.
Plugin manifests1
{
"name": "the-netsshark",
"version": "0.2.0",
"description": "Empirical network configuration audits with adversarial validation.",
"author": {
"name": "VeigaPunk"
},
"skills": "./skills/",
"interface": {
"displayName": "The NetShark",
"shortDescription": "Audit DNS, routing, proxies, firewalls, and connectivity",
"longDescription": "Snapshots network state, runs empirical probes, adversarially validates candidate configuration changes, and returns Pareto-ranked recommendations with rollback steps.",
"developerName": "VeigaPunk",
"category": "Developer",
"capabilities": [
"Network Diagnostics",
"Configuration Audit",
"Security Review"
],
"defaultPrompt": [
"Audit my network configuration.",
"Diagnose DNS and routing issues.",
"Review proxy and firewall settings."
]
},
"homepage": "https://ds4cc.com",
"repository": "https://github.com/VeigaPunk/ds4cc-marketplace",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[the-netsshark on Agent Plugins Marketplace](https://pluginsmp.com/plugins/the-netsshark)