Seth Receitas Ptbr
Analysis
Prompt-injection indicators were detected in the submitted artifacts (unicode-control-chars); human review is required before treating this skill as clean.
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.
Source: unknown Homepage: none
The skill does not provide an upstream source or homepage, which reduces provenance transparency, though the visible artifacts do not show hidden installs or suspicious dependencies.
python3 ~/.openclaw/workspace/skills/seth-receitas-ptbr/src/cli.py buscar --q "bolo de cenoura"
The documented workflow runs a bundled Python CLI. This is expected for the skill and 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.
Esta skill busca receitas completas em português do Brasil usando apenas fontes legais: - **Wikilivros** - **TheMealDB**
Recipe searches are intentionally sent to public external providers. The providers are disclosed and purpose-aligned, with no credential use shown.
self.cache_file = os.path.join(cache_dir, "cache.json")
The skill persists cached API responses locally in a JSON cache. This is disclosed and scoped, but stored recipe/search data can be reused across later runs.
