spoderman
v0.2.0VeigaPunk Spoderman plugin for Codex marketplace access.
By VeigaPunkLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- 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 spoderman for Codex and Claude Code
codex plugin marketplace add VeigaPunk/ds4cc-marketplace
codex plugin marketplace upgrade ds4cc
codex plugin add spoderman@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 “spoderman” remain stable.
- Codex:
spoderman@agent-plugin-marketplace→spoderman@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/spoderman/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/spoderman-docs/SKILL.md
Included Skills1
Run Spoderman attack harness and hook validation workflows.
Plugin manifests2
{
"name": "spoderman",
"version": "0.2.0",
"description": "VeigaPunk Spoderman plugin for Codex marketplace access.",
"author": {
"name": "VeigaPunk"
},
"skills": "./skills/",
"interface": {
"displayName": "Spoderman (VeigaPunk)",
"shortDescription": "Attack harness workflows and hook safety research",
"longDescription": "Exposes Spoderman and related defensive/attack harness workflows for prompt-injection safety and hook behavior analysis.",
"developerName": "VeigaPunk",
"category": "Developer",
"capabilities": [
"Security Research",
"Prompt Injection",
"Harness Validation"
],
"defaultPrompt": [
"Show me docs for Spoderman.",
"Open VeigaPunk Spoderman plugin usage.",
"Refresh this plugin from the marketplace."
]
},
"homepage": "https://github.com/VeigaPunk/spoderman",
"repository": "https://github.com/VeigaPunk/spoderman",
"license": "MIT"
}{
"name": "spoderman",
"version": "0.2.0",
"description": "VeigaPunk Spoderman plugin for Codex marketplace access.",
"author": {
"name": "VeigaPunk"
},
"homepage": "https://github.com/VeigaPunk/spoderman",
"repository": "https://github.com/VeigaPunk/spoderman",
"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.
[spoderman on Agent Plugins Marketplace](https://pluginsmp.com/plugins/spoderman)