yxzysme/archmage
v2.0.0Apache-2.0
Deterministic pre-execution policy enforcement for coding-agent actions.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
archmagestdio
{
"type": "stdio",
"command": "python3",
"args": [
"-m",
"archmage.mcp",
"--audit-log",
"${PLUGIN_DATA}/audit.jsonl"
],
"env": {
"PYTHONPATH": "${PLUGIN_ROOT}/python",
"PYTHONDONTWRITEBYTECODE": "1",
"PYTHONNOUSERSITE": "1"
},
"cwd": "${PLUGIN_ROOT}"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "archmage",
"version": "2.0.0",
"description": "Deterministic pre-execution policy enforcement for coding-agent actions.",
"author": {
"name": "YXZYS",
"email": "yxzys@proton.me",
"url": "https://saengil.ai"
},
"homepage": "https://archmage.saengil.ai/",
"repository": "https://github.com/YXZYSME/archmage",
"license": "Apache-2.0",
"keywords": [
"agent-governance",
"policy-enforcement",
"mcp",
"security"
],
"extensions": {
"ai.saengil.archmage": {
"manifest": "ai.saengil.archmage/extension.json",
"enforcement_mode": "ENFORCE",
"fail_closed": true
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- extension.json
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- ai.saengil.archmageships a directory of files