Padel Americano Game Scorer

PassAudited by ClawScan on May 16, 2026.

Overview

This appears to be a local Padel tournament scoring tool that writes tournament files and can export PDFs, with no evidence of credential theft, network exfiltration, or hidden behavior.

This skill is reasonable to use for local Padel Americano scheduling and scoring. Before installing or invoking it, be aware that it will create and modify local tournament JSON/PDF files, so choose output paths intentionally and review any score or roster changes before they are saved.

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.

What this means

When used, the agent may run the bundled local script and create or update tournament files; PDF export may use an installed browser.

Why it was flagged

The skill relies on local Python command execution and may launch a local headless browser for PDF export. This is disclosed and directly tied to the stated purpose.

Skill content
Use the bundled CLI: ... python3 "$SKILL_DIR/scripts/padel_americano.py" --help ... The CLI stores each tournament as JSON and can export PDF via headless Chrome/Chromium when available.
Recommendation

Use user-approved output paths, review score/player-change commands before running them, and only export PDFs when requested.

What this means

Player names and results can remain on disk after the session and may be reused if the same JSON file is opened later.

Why it was flagged

The tool keeps persistent local tournament state, which may include participant names, schedules, scores, and event history.

Skill content
The CLI stores each tournament as JSON
Recommendation

Store tournament files in an intended folder and delete or protect them if player names or results should not be retained.