Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Presale Regulation Auditor

v0.1.0

Audit regulation freshness and update policy-driven controls without hardcoding. Use when checking if sales/process regulations are outdated, inconsistent wi...

0· 579·0 current·0 all-time
byDima Tsiomo@dtsiomo

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dtsiomo/presale-regulation-auditor.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Presale Regulation Auditor" (dtsiomo/presale-regulation-auditor) from ClawHub.
Skill page: https://clawhub.ai/dtsiomo/presale-regulation-auditor
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install presale-regulation-auditor

ClawHub CLI

Package manager switcher

npx clawhub@latest install presale-regulation-auditor
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, and included workflow files all describe a regulation-audit process; there are no unexpected binaries, credentials, or installs required that would be disproportionate to this purpose.
Instruction Scope
SKILL.md defines the expected audit steps and outputs and references the included workflow file. The instructions are intentionally high-level (e.g., "Collect current regulation sources") which is appropriate for a template-style skill but grants broad discretion about what data sources to access; users should be aware that the agent will need access to whatever regulation, incident, and config artifacts you provide.
Install Mechanism
No install spec and no code files — instruction-only — so nothing will be written to disk or downloaded during install.
Credentials
The skill declares no required environment variables, credentials, or config paths; that aligns with its stated purpose as a guidance/workflow skill.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges. Autonomous invocation is allowed by default but that is normal; nothing in the skill asks to alter other skills or system-wide settings.
Assessment
This skill is a high-level, instruction-only audit workflow — it won't install code or request secrets. Before using it, decide which documents and logs the agent should access (regulations, incident history, configs), redact or withhold sensitive data as needed, and provide only the minimal inputs required. Because the instructions are broad, restrict agent access scope when running (explicit input files, limited folders) and review produced config diffs before applying them to production. If you need the agent to operate autonomously on live systems, consider adding explicit checks and approval steps in the workflow.

Like a lobster shell, security has layers — review code before you run it.

latestvk979dmwmt93hvyapkjyw9yg7e981ms45latest presalevk979dmwmt93hvyapkjyw9yg7e981ms45
579downloads
0stars
1versions
Updated 33m ago
v0.1.0
MIT-0

Audit regulations as a repeatable config-driven workflow.

Execute

  1. Collect current regulation sources and version dates.
  2. Compare each rule against active operational behavior and incidents.
  3. Detect stale, conflicting, or non-executable rules.
  4. Translate approved changes into config proposals (policy_checks, fact_resolution, routing impacts).
  5. Produce a change report with risk class and rollout recommendation.

Required output

  • Staleness matrix (rule -> status -> evidence).
  • Proposed config diffs.
  • Backward-compatibility notes.

Reference

Use references/regulation-check-workflow.md for step-by-step audit structure.

Comments

Loading comments...