{"_id":"@alligo/plugin-elizaos","name":"@alligo/plugin-elizaos","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@alligo/plugin-elizaos","version":"0.1.0","description":"AlliGo AI Agent Risk Intelligence plugin for ElizaOS — check agent scores and report incidents","main":"dist/index.js","types":"dist/index.d.ts","exports":{".":{"import":"./dist/index.js","types":"./dist/index.d.ts"}},"scripts":{"build":"tsc","dev":"tsc --watch","prepublishOnly":"npm run build"},"keywords":["elizaos","elizaos-plugin","alligo","agent-risk","ai-safety","web3","defi-security"],"author":{"name":"spiritclawd"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/spiritclawd/alligo-elizaos-plugin.git"},"peerDependencies":{"@elizaos/core":">=1.0.0"},"devDependencies":{"@elizaos/core":"^1.7.2","typescript":"^5.9.3"},"_id":"@alligo/plugin-elizaos@0.1.0","gitHead":"46269ce707808ed394d6cbd5a668b860061c22c5","bugs":{"url":"https://github.com/spiritclawd/alligo-elizaos-plugin/issues"},"homepage":"https://github.com/spiritclawd/alligo-elizaos-plugin#readme","_nodeVersion":"22.22.1","_npmVersion":"10.9.4","dist":{"integrity":"sha512-b/Ff3eMiieRVHbg4OCJfl7aTEJLvq0rDr6v/i8+wmGnQc3ic0jTfh7J7cUZFkcJ/3tD8ZrPpOJQC1WrCZE5FYA==","shasum":"3524e68c5af66a51090a171a4521133817fec483","tarball":"https://registry.npmjs.org/@alligo/plugin-elizaos/-/plugin-elizaos-0.1.0.tgz","fileCount":6,"unpackedSize":31095,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHdrMRCNMlPdw8NU2N+gowO/w3dT0ZfKc+eIX6bD+KOAAiAnmfwoF+g/M60qWaVzvBBDyVEjBNWBMVnkoPx4C5QPvg=="}]},"_npmUser":{"name":"karlostoteles","email":"carlosdelafiguera@gmail.com"},"directories":{},"maintainers":[{"name":"karlostoteles","email":"carlosdelafiguera@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/plugin-elizaos_0.1.0_1773755829267_0.0018034823481318796"},"_hasShrinkwrap":false}},"time":{"created":"2026-03-17T13:57:09.178Z","0.1.0":"2026-03-17T13:57:09.408Z","modified":"2026-03-17T13:57:09.610Z"},"maintainers":[{"name":"karlostoteles","email":"carlosdelafiguera@gmail.com"}],"description":"AlliGo AI Agent Risk Intelligence plugin for ElizaOS — check agent scores and report incidents","homepage":"https://github.com/spiritclawd/alligo-elizaos-plugin#readme","keywords":["elizaos","elizaos-plugin","alligo","agent-risk","ai-safety","web3","defi-security"],"repository":{"type":"git","url":"git+https://github.com/spiritclawd/alligo-elizaos-plugin.git"},"author":{"name":"spiritclawd"},"bugs":{"url":"https://github.com/spiritclawd/alligo-elizaos-plugin/issues"},"license":"MIT","readme":"# @alligo/plugin-elizaos\n\n> AlliGo AI Agent Risk Intelligence plugin for ElizaOS\n\nDrop this plugin into any elizaOS agent to get instant access to AlliGo's AI agent credit bureau — check risk scores, report incidents, and stream the latest rogue agent intelligence.\n\n## Install\n\n```bash\nnpm install @alligo/plugin-elizaos\n```\n\n## Usage\n\n```typescript\nimport { alligoPlugin } from \"@alligo/plugin-elizaos\";\n\nconst agent = new AgentRuntime({\n  plugins: [alligoPlugin],\n  // optional: add your AlliGo API key for incident reporting\n  settings: {\n    ALLIGO_API_KEY: process.env.ALLIGO_API_KEY,\n  },\n  // ...rest of your config\n});\n```\n\n## Actions\n\n| Action | Trigger examples | Requires API Key |\n|--------|-----------------|-----------------|\n| `CHECK_AGENT_RISK` | \"check risk for 0xAbCd...\", \"is @virtuals-agent safe?\" | No (public) |\n| `GET_LATEST_INCIDENTS` | \"show latest incidents\", \"recent rogue agents\" | No (public) |\n| `REPORT_INCIDENT` | \"report incident: agent 0x... drained $50k\" | Yes |\n\n## Context Provider\n\nThe plugin also injects an `alligoContextProvider` so your agent is always aware it can proactively check agent risk — even without being asked.\n\n## API\n\nPowered by [AlliGo](https://alligo-production.up.railway.app) — the Credit Bureau for AI Agents.\n\n- Public endpoints: no key required\n- Incident reporting: requires `ALLIGO_API_KEY` (get one at the AlliGo API)\n\n## License\n\nMIT\n","readmeFilename":"README.md","_rev":"1-1d0a716bc10bf889d87da251bde212ac"}