Skill flagged — suspicious patterns detected

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

Passport

v2.0.0

Validate and format passport or identity document data. Use when checking fields, validating numbers, generating fixtures, linting records.

0· 229·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain-lab/passport.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Passport" (bytesagain-lab/passport) from ClawHub.
Skill page: https://clawhub.ai/bytesagain-lab/passport
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 passport

ClawHub CLI

Package manager switcher

npx clawhub@latest install passport
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (validate/format passport data) align with the provided CLI script and SKILL.md. The script implements the commands documented (check/validate/generate/format/lint/etc.) and stores records under ~/.local/share/passport, which is consistent with a local devtool.
Instruction Scope
Instructions and the script operate entirely on local files and standard CLI utilities. Important privacy note: the tool logs every input and action in plaintext (per-command .log files and history.log). That behavior is expected for this kind of tool but is a data-exposure risk if you store real passport/PII without encryption or access controls.
Install Mechanism
No install spec (instruction-only) and provided script is self-contained Bash. No remote downloads or package installs are used; nothing is written outside the user's home directory by default.
Credentials
No environment variables, credentials, or external config paths are requested. The only filesystem access is to a subdirectory of the user's home, which is proportionate to the tool's function.
Persistence & Privilege
Skill does not request elevated privileges and is not forced-always. It persists data under ~/.local/share/passport (its own data) which is normal for a local CLI; it does not modify other skills or system-wide agent settings.
Assessment
This skill appears to do what it claims: a local CLI that stores and manages passport/ID test data. Before using with real personal data, consider the privacy implications: the tool writes every input into plaintext log files (~/.local/share/passport/*.log and history.log). If you'll store sensitive PII, either avoid using real data, change DATA_DIR to a secure location, restrict filesystem permissions (e.g., chmod 700 on the directory), or add encryption. Also inspect the script yourself and run it offline to confirm no network activity in your environment. If you need the agent to use this skill autonomously, remember any inputs it sends to the CLI will be recorded locally.

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

latestvk9748ppqpwgwzwfk34vkckcebd8349h4
229downloads
0stars
1versions
Updated 1d ago
v2.0.0
MIT-0

Passport

Take control of Passport with this developer tools toolkit. Clean interface, local storage, zero configuration.

Why Passport?

  • Works entirely offline — your data never leaves your machine
  • Simple command-line interface, no GUI needed
  • Export to JSON, CSV, or plain text anytime
  • Automatic history and activity logging

Getting Started

# See what you can do
passport help

# Check current status
passport status

# View your statistics
passport stats

Commands

CommandWhat it does
passport checkCheck
passport validateValidate
passport generateGenerate
passport formatFormat
passport lintLint
passport explainExplain
passport convertConvert
passport templateTemplate
passport diffDiff
passport previewPreview
passport fixFix
passport reportReport
passport statsSummary statistics
passport export<fmt> Export (json
passport search<term> Search entries
passport recentRecent activity
passport statusHealth check
passport helpShow this help
passport versionShow version
passport $name:$c entries
passport Total:$total entries
passport Datasize: $(du -sh "$DATA_DIR" 2>/dev/null
passport Version:v2.0.0
passport Datadir: $DATA_DIR
passport Entries:$(cat "$DATA_DIR"/*.log 2>/dev/null
passport Disk:$(du -sh "$DATA_DIR" 2>/dev/null
passport Last:$(tail -1 "$DATA_DIR/history.log" 2>/dev/null
passport Status:OK
passport [Passport]check: $input
passport Saved.Total check entries: $total
passport [Passport]validate: $input
passport Saved.Total validate entries: $total
passport [Passport]generate: $input
passport Saved.Total generate entries: $total
passport [Passport]format: $input
passport Saved.Total format entries: $total
passport [Passport]lint: $input
passport Saved.Total lint entries: $total
passport [Passport]explain: $input
passport Saved.Total explain entries: $total
passport [Passport]convert: $input
passport Saved.Total convert entries: $total
passport [Passport]template: $input
passport Saved.Total template entries: $total
passport [Passport]diff: $input
passport Saved.Total diff entries: $total
passport [Passport]preview: $input
passport Saved.Total preview entries: $total
passport [Passport]fix: $input
passport Saved.Total fix entries: $total
passport [Passport]report: $input
passport Saved.Total report entries: $total

Data Storage

All data is stored locally at ~/.local/share/passport/. Each action is logged with timestamps. Use export to back up your data anytime.

Feedback

Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...