Simpsons Search
Analysis
This skill appears benign: it searches public Simpsons script data with disclosed Python helper scripts and local caches, without requesting credentials or privileged access.
Findings (3)
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.
Source: unknown Homepage: none No install spec — this is an instruction-only skill.
The registry does not provide an external source repository or install specification, even though the skill includes helper scripts. This is a provenance/metadata note, not evidence of hidden installation behavior.
To build the stronger corpus cache: ```bash python3 scripts/build_corpus.py python3 scripts/build_search_index.py ```
The skill documents local Python command execution for optional corpus/index building. This is expected for the search feature and is user-directed, but it is still local code execution.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
- optionally build a local searchable corpus cache for better quote accuracy - fetch individual script pages when needed or while building the corpus - Be explicit when the source appears user-maintained or imperfect.
The skill can persist and reuse fetched third-party script content as a local corpus. The artifacts acknowledge source imperfection and instruct short, source-linked excerpts, which keeps this purpose-aligned.
