brcampidelli/chimera-agent
Open-source AI agent that reasons by blending many AI models, does real work on its own, and keeps learning — safe, self-hostable, and fully yours.
- capability exposure inferred + 35
- recent drift inferred + 20
- tool safety inferred + 12
- trust mitigators mixed − 3
inferred mixed
The A–E grade is our heuristic synthesis — a "review this" prompt, not a verdict. Each factor is tagged by what backs it: attested (a verifiable record), reported (a third party's claim), or inferred (our own heuristic, e.g. permissions). See methodology.
grade last moved 3d ago · see ecosystem CVEs →
- C · 56 → D · 64
- C · 44 → C · 56
- D · 64 → C · 44
- C · 57 → D · 64
- C · 48 → C · 57
- C · 40 → C · 48
No known CVEs for this server.
- high dangerous code
committed secret: OpenAI key · dynamic exec: eval()/exec(), __import__ sink
analyzed commit 4a77849 · analyzer v33 · 5h ago
skills & prompt files 24
- agent-rules brcampidelli-chimera-agent-4a77849/AGENTS.md
- skill brcampidelli-chimera-agent-4a77849/skills/assert-what-the-generator-found/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/build-the-gate-before-the-content/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/chimera-budget-the-context/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/chimera-carry-the-failure-forward/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/chimera-give-the-denominator/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/chimera-ground-it-in-the-source/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/chimera-list-exemptions-not-obligations/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/chimera-prove-the-test-discriminates/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/chimera-reproduce-before-diagnosing/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/chimera-run-the-projects-own-gate-command/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/chimera-state-what-you-did-not-check/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/chimera-test-the-wiring-not-the-class/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/chimera-thin-vertical-slice/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/chimera-when-two-results-contradict-suspect-the-apparatus/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/chimera-write-the-check-before-the-code/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/declare-when-a-setting-takes-effect/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/derive-instead-of-transcribing/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/do-not-ship-an-empty-surface/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/keep-the-caveat-with-the-number/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/pin-the-case-that-narrowed-the-rule/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/publish-the-run-that-did-not-work/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/verify-before-claiming/SKILL.md
- skill brcampidelli-chimera-agent-4a77849/skills/warn-before-the-thing-you-are-warning-about/SKILL.md
danger signals18
- dynamic code execution eval()/exec() brcampidelli-chimera-agent-4a77849/chimera/tools/code.py :68
exec(compile(code, "<code_interpreter>", "exec"), self._namespace) # noqa: S102 - dynamic code execution __import__ sink brcampidelli-chimera-agent-4a77849/tests/test_settings_from_the_environment.py :115
"PATH": __import__("os").environ.get("PATH", ""), - suspicious endpoint api.telegram.org brcampidelli-chimera-agent-4a77849/chimera/server/telegram_adapter.py :24
_API = "https://api.telegram.org" - suspicious endpoint discord.com
expected for this server's purpose
brcampidelli-chimera-agent-4a77849/tests/test_a_secret_must_not_become_a_durable_fact.py :37
("o webhook é https://discord.com/api/webhooks/123/aBcDeF-gH1jKlMnOpQrStUvW", - suspicious endpoint 169.254.169.254 (cloud metadata) brcampidelli-chimera-agent-4a77849/tests/test_browser.py :226
out = tool.run(action="screenshot", url="http://169.254.169.254/latest/", path="shot.png") - suspicious endpoint discord.com
expected for this server's purpose
brcampidelli-chimera-agent-4a77849/tests/test_cron_delivery.py :78
assert payload_for("https://discord.com/api/webhooks/1/x", "oi") == {"content": "oi"} - suspicious endpoint 169.254.169.254 (cloud metadata) brcampidelli-chimera-agent-4a77849/tests/test_download.py :19
out = DownloadMediaTool(tmp_path).run(url="http://169.254.169.254/latest/meta-data/") - suspicious endpoint 169.254.169.254 (cloud metadata) brcampidelli-chimera-agent-4a77849/tests/test_native_tools.py :138
out = HttpGetTool().run(url="http://169.254.169.254/latest/meta-data/") - suspicious endpoint 169.254.169.254 (cloud metadata) brcampidelli-chimera-agent-4a77849/tests/test_ssrf.py :14
"http://169.254.169.254/latest/meta-data/", # cloud metadata - suspicious endpoint 8.8.8.8 brcampidelli-chimera-agent-4a77849/tests/test_ssrf.py :30
check_url("http://8.8.8.8/") # public IP, does not raise - suspicious endpoint 93.184.216.34 brcampidelli-chimera-agent-4a77849/tests/test_ssrf.py :31
assert is_safe_url("https://93.184.216.34/") is True # example.com's IP - suspicious endpoint discord.com
expected for this server's purpose
brcampidelli-chimera-agent-4a77849/tests/test_the_place_gives_the_secret_away.py :58
("https://discord.com/api/webhooks/1234567890/aBcDeF-gH1jKlMnOpQrStUvW", - committed secret OpenAI key brcampidelli-chimera-agent-4a77849/chimera/governance/audit.py :92
sk-AAA…(23 chars, redacted) - committed secret OpenAI key brcampidelli-chimera-agent-4a77849/tests/test_a_secret_must_not_become_a_durable_fact.py :34
sk-pro…(30 chars, redacted) - committed secret OpenAI key brcampidelli-chimera-agent-4a77849/tests/test_api.py :1170
sk-sup…(23 chars, redacted) - committed secret OpenAI key brcampidelli-chimera-agent-4a77849/tests/test_nobody_read_the_wheel.py :39
sk-pro…(30 chars, redacted) - committed secret OpenAI key brcampidelli-chimera-agent-4a77849/tests/test_the_doctor_never_called_the_provider.py :99
sk-pro…(30 chars, redacted) - committed secret OpenAI key brcampidelli-chimera-agent-4a77849/tests/test_the_place_gives_the_secret_away.py :13
sk-pro…(30 chars, redacted)
- recent drift +20 capability drift →
Heuristic, inferred signals — false positives (legitimately powerful tools, forks, language ports) are expected. Treat each as "review this", not a verdict. See the ecosystem-wide picture on the security hub, or the fleet security of brcampidelli.