Files
airsdb/.claude-plugin/plugin.json
2026-05-18 11:45:06 +08:00

47 lines
2.2 KiB
JSON

{
"name": "airsdb",
"version": "0.1.1",
"description": "Cppcheck static-analysis workflow for local and remote C/C++ code quality, security-relevant findings, exhaustive branch-analysis detail, AirDbg or AirDo handoff reports, and staticanalysis.md maintenance.",
"author": {
"name": "14816",
"email": "noreply@example.com",
"url": "https://airlongdian.fun/plugins/airsdb"
},
"homepage": "https://airlongdian.fun/plugins/airsdb",
"repository": "http://git.airlongdian.fun/admin/airsdb.git",
"license": "MIT",
"keywords": [
"airsdb",
"cppcheck",
"static-analysis",
"c",
"cpp",
"code-quality",
"security",
"airdbg",
"airdo"
],
"skills": "./skills/",
"interface": {
"displayName": "AirSDB",
"shortDescription": "Cppcheck static analysis with exhaustive local and remote reports",
"longDescription": "AirSDB helps Codex run cppcheck static analysis for C or C++ projects, detect or auto-configure cppcheck on first startup, run local scans using compile_commands.json when available, default local and remote scans to --check-level=exhaustive for maximum branch-analysis detail, run remote scans over SSH with remote cppcheck auto-configuration when possible, write detailed XML or JSON artifacts under AirPlan/state/airsdb/reports, maintain concise AirPlan/docs/staticanalysis.md reports for AI context, and hand static-analysis evidence to AirDbg and AirDo.",
"developerName": "14816",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://airlongdian.fun/plugins/airsdb",
"privacyPolicyURL": "https://openai.com/policies/row-privacy-policy/",
"termsOfServiceURL": "https://openai.com/policies/row-terms-of-use/",
"defaultPrompt": [
"Use AirSDB to run cppcheck and capture detailed static-analysis evidence for a local C or C++ codebase.",
"Use AirSDB to prepare or run a remote cppcheck scan over SSH and bring the findings back into the project context.",
"Use AirSDB to provide static-analysis evidence to AirDbg or AirDo before we change C or C++ code."
],
"brandColor": "#0F766E",
"screenshots": []
}
}