mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
Add .claude-plugin/plugin.json to all 67 remaining plugins and simplify marketplace.json entries by removing redundant fields (keywords, strict, commands, agents, skills, repository) that are now auto-discovered. Bump marketplace version to 1.5.0.
11 lines
362 B
JSON
11 lines
362 B
JSON
{
|
|
"name": "reverse-engineering",
|
|
"version": "1.0.0",
|
|
"description": "Binary reverse engineering, malware analysis, firmware security, and software protection research for authorized security research, CTF competitions, and defensive security",
|
|
"author": {
|
|
"name": "Dávid Balatoni",
|
|
"url": "https://github.com/balcsida"
|
|
},
|
|
"license": "MIT"
|
|
}
|