Caveat verdict
quorum
Multi-agent validation framework that clones from a public GitHub repo, installs Python dependencies, and runs independent AI critics against artifacts using ANTHROPIC_API_KEY and OPENAI_API_KEY; all operations serve the stated code/artifact validation purpose with no suspicious exfiltration.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Permission integrity
package_install
Findings (18)
Uses eval() — can execute arbitrary code
golden-test-set/DESIGN.md · code · eval(
Possible hardcoded credential
reference-implementation/docs/INSTALLATION.md · code · password = "secret123
Writes to SKILL.md — self-modifying skill
ports/copilot-cli/ARCHITECTURE.md · code · SKILL.md loops over files → sequential or parallel task dispatch → progressive f
Pipe to python — executes piped content as Python code
CLAUDE.md · prose · downgraded · | Python
Instructs covert action — may act without user awareness
docs/guides/RUBRIC_BUILDING_GUIDE.md · code · silently
Prompt injection — tries to override agent instructions
ports/claude-code/quorum-validation-skill/completeness-findings.md · prose · downgraded · Ignore all previous instructions
Accesses sensitive system files
reference-implementation/tests/test_relationships.py · prose · downgraded · /etc/passwd
Recursive delete from root or home — destructive command
reference-implementation/tests/test_utils.py · prose · downgraded · rm -rf /
References agent configuration files
docs/architecture/IMPLEMENTATION.md · code · agent-config
Uses exec() — may execute shell commands
docs/critics/SECURITY_CRITIC_FRAMEWORK.md · prose · downgraded · exec(
os.system/popen — direct OS command execution
docs/critics/SECURITY_CRITIC_FRAMEWORK.md · prose · downgraded · os.system(
subprocess execution — runs system commands from Python
docs/research/security-code-review-frameworks.md · prose · downgraded · subprocess.run(
subprocess with shell=True — command injection vector
docs/research/security-code-review-frameworks.md · prose · downgraded · subprocess.run(cmd, shell=True
Hex-encoded string — possible obfuscated payload
reference-implementation/tests/test_prescreen_properties.py · prose · downgraded · \x00\x01\x02\x03\x04\x05
Python os.environ.get — reads environment variable
docs/critics/CODE_HYGIENE_FRAMEWORK.md · prose · downgraded · os.environ.get(
Python httpx request — network access
docs/critics/SECURITY_CRITIC_FRAMEWORK.md · prose · downgraded · httpx.get(
importlib.import_module — dynamic module loading
ports/copilot-cli/test_quorum_prescreen.py · prose · downgraded · importlib.import_module(
Popular HTTP library — network access
reference-implementation/quorum/tools/schema_tool.py · prose · downgraded · got
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/D/E). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 2 environment variables. (2 sensitive: ANTHROPIC_API_KEY, OPENAI_API_KEY). Requires 2 system binaries. (1 elevated: pip).
package_install Is this flag fair?
Thanks — recorded.