Preflight Checks
Analysis
This is a coherent behavior-testing skill, but it creates persistent workspace instructions and includes user-specific examples that should be reviewed before use.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
**NO, don't ask permission** ... Safe to do freely: send messages, test features
An included example policy allows private Telegram messages without confirmation. It is example content, not executable code, but copying it as-is could authorize outbound messaging behavior.
cp "$SKILL_DIR/templates/CHECKS-template.md" "$WORKSPACE_DIR/PRE-FLIGHT-CHECKS.md"
The initialization script is user-run shell code that writes template files into the selected workspace and prompts before overwriting an existing checks file.
git clone https://github.com/IvanMMM/preflight-checks.git
The documented manual install path retrieves a remote repository without a pinned commit. The registry metadata also lists the source as unknown and homepage as none.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
After loading identity and memory (SOUL.md, USER.md, MEMORY.md, daily notes): ... Read this file completely ... Compare your answers with `PRE-FLIGHT-ANSWERS.md`
The framework intentionally makes local memory and answer files recurring context for behavior verification.
