Proposal and Cover Letter Interviewer & Improver (Continuous Questions and Memory for Better Proposals/Cover Letters by Getting to Know You)
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.
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.
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.
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.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
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.
