Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
Rationality
v0.1.0Apply Critical Fallibilism to make decisions by binary testing ideas for decisive flaws, managing complexity, embracing criticism, and avoiding overreach.
⭐ 2· 2.5k·8 current·9 all-time
by@xertrov
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's name and SKILL.md/README describe a decision-making and error-correction framework. The included frameworks, patterns, and templates align with that purpose. No uncommon binaries, credentials, or unrelated permissions are requested.
Instruction Scope
Most runtime instructions are conceptual (how to translate arguments, use IGC triples, follow DDRP). However, some operational guidance tells an agent to interact with local tooling/state (e.g., 'record the Refutation in memory/', 'use git to maintain a "revert path"', 'when a command fails: Run DDRP immediately', and a line in patterns/overreach.md: 'Action: Use `exec` to probe the environment'). Those lines instruct filesystem and shell interaction. This is consistent with a skill intended for AI agents but is broader than purely textual guidance — it assumes the agent has writable memory and shell/git access.
Install Mechanism
Instruction-only skill with no install spec, no downloads, no code files to execute. That is the lowest-risk install profile and matches the content (documentation and templates).
Credentials
The skill declares no required environment variables, credentials, or config paths. References to writing to 'memory/' and using git are operational suggestions but do not request any external secrets or unrelated credentials. The absence of requested env/config access is proportionate to the stated purpose.
Persistence & Privilege
The skill encourages maintaining persistent state (refutation records in memory/, 'Standard Refutation' libraries, updating SKILL.md, using git) and automating fixes after repeated errors. It does not demand always:true or cross-skill config changes. If an agent implements these recommendations, the skill will cause persistent writes to the agent's storage; that is expected for an error-correction framework but worth confirming against your runtime's sandboxing policy.
Assessment
This skill is a collection of frameworks and templates for binary/critical-fallibilist thinking and appears internally consistent. Before installing, check how your agent runtime implements 'memory/' and whether it allows git and shell execution: the SKILL.md suggests writing refutations to memory/ and sometimes using git/reset or exec. If you prefer to limit filesystem or shell access, run the skill in a restricted sandbox or disable any automated writing and treat the files as read-only guidance. No credentials or network installs are required, so the main operational consideration is whether you want the agent to persist changes or run local commands as the documentation suggests.Like a lobster shell, security has layers — review code before you run it.
critical-fallibilismvk97cbkgbr2m94hwwpzc836kp7s80g688decision-makingvk97cbkgbr2m94hwwpzc836kp7s80g688error-correctionvk97cbkgbr2m94hwwpzc836kp7s80g688latestvk97cbkgbr2m94hwwpzc836kp7s80g688rationalityvk97cbkgbr2m94hwwpzc836kp7s80g688
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
