Back to skill
v1.0.0

Proposal and Cover Letter Interviewer & Improver (Continuous Questions and Memory for Better Proposals/Cover Letters by Getting to Know You)

ReviewClawScan verdict for this skill. Analyzed May 1, 2026, 6:02 AM.

Analysis

This instruction-only skill is coherent and has no code, but it asks the agent to store personal and company facts in append-only memory that it should never delete, so users should review its retention behavior before using it.

GuidanceReview this skill before installing if you are uncomfortable with persistent local memory. It is suitable for building a reusable proposal-writing library, but do not provide secrets or sensitive personal details unless you are willing to store them. Check the `skills/proposal-interview/personal/` and `skills/proposal-interview/companies/` files regularly, and consider changing the instructions or manually editing files if you need old facts removed or corrected.

Findings (2)

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.

Abnormal behavior control

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.

Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
SKILL.md
Approved statements go into `statements.md` ... ✅ ALWAYS read existing files before appending

The skill directs the agent to read and append local files. This is expected for its stated memory-building purpose and appears scoped to the skill folder, but users should expect local file changes.

User impactThe skill will create and update local memory files containing proposal-related facts and statements.
RecommendationUse it in a dedicated skill folder and periodically inspect the generated files before relying on them in applications or proposals.
Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Memory and Context Poisoning
SeverityMediumConfidenceHighStatusConcern
SKILL.md
All data is stored INSIDE the skill folder ... `personal/` and `companies/` ... NEVER DELETE OR REWRITE LINES IN ANY FILE. ALWAYS APPEND. NEVER DELETE. ONLY ADD.

The skill stores personal and company facts as persistent memory and strongly prevents deletion or rewriting of most records, which can preserve sensitive, stale, or incorrect information for future reuse.

User impactOld or sensitive personal details could remain in the skill's memory and later influence cover letters, proposals, or company-specific writing even after the user no longer wants that information used.
RecommendationBefore use, decide what information is safe to store, avoid secrets or highly sensitive personal details, and manually review or modify the memory files or skill rules if you need deletion, correction, or retention limits.