Back to skill
v1.0.0

Tender Bidding Assistant

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 2:28 PM.

Analysis

This skill is a coherent bid-document drafting and review assistant with no evidence of data theft, destructive actions, credentials use, or hidden network behavior.

GuidanceBefore installing, consider that bid documents may contain confidential pricing, company qualifications, staff information, and legal commitments. The skill appears locally scoped and non-destructive, but you should provide only relevant tender materials and have a qualified person review any final bid text before submission.

Findings (1)

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
scripts/analyze_tender.py
file_path = sys.argv[1] ... with open(file_path, "r", encoding="utf-8", errors="ignore") as f: text = f.read()

If the helper is invoked, it reads the local path supplied as an argument. This is consistent with analyzing tender files, but it is still local file access controlled by the chosen path.

User impactThe assistant could process the contents of a local file you point it to, so unrelated private files should not be provided.
RecommendationUse it only with intended tender or bid documents, and review generated outputs before sharing or submitting them.