AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Deep Scanner

skill-knoxops-open-devops-skills-deep-scanner · by KnoxOps

>-

No reviews yet
0 installs
19 views
0.0% view→install

Install

$ agentstack add skill-knoxops-open-devops-skills-deep-scanner

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-knoxops-open-devops-skills-deep-scanner)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Deep Scanner? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Input Parameters

| Name | Type | Required | Description | |------|------|----------|-------------| | rundir | string | Yes | Workspace root directory | | resourceid | string | Yes | Single resource ID to scan | | sshkeypath | string | No | SSH key path for remote access |

Execution Flow

Task Context

Before starting execution, initialize task_context.json:

{
  "task_id": "",
  "current_step": 0,
  "current_step_id": null,
  "status": "running",
  "steps": {
    "deep_scan": "pending",
    "review_deep_scan": "pending"
  },
  "updated_at": ""
}

Update this file after each step completes. On error, set step status to "failed" and overall status to "failed".

Step 1: deep_scan

Type: agent Description: Execute deep scan on target machine

Execution

Launch an independent agent with the following prompt file:

Prompt file: $PLUGINS/ico/skills/deep-scanner/prompts/deep-scan.agent.md Agent workflow:

  1. Prepare the execution environment
  1. Execute the agent with the prompt
  1. Write results to:
  • File: analysis/deep_scan_{resource_id}.json

Output

  • Schema: schemas/deep-scan.schema.json
  • File: analysis/deepscan{resource_id}.json

Progress Tracking

After completing this step, update task_context.json:

  • Set current_step_id to "deep_scan"
  • Set steps.deep_scan to "completed"

Step 2: reviewdeepscan

Type: inline Description: Validate deep scan output before completing (BLOCKING)

Execution

Follow these instructions:

Read all deep_scan output files and validate them before completing:

Each deepscan*.json MUST have:

  • technical.processes[] (non-empty)
  • technical.listening_ports[] (non-empty)
  • technical.traffic_graph with edges[] array (iftop data collected)
  • technical.crontab_entries[] present
  • technical.systemd_timers[] present
  • technical.disk_partitions[] present
  • technical.external_traffic[] present (ss -tn output)
  • business.owner with name, team fields
  • business.application non-empty

Do NOT include sshkeypath or any credential paths in output. Fix any issues before completing. BLOCKING.

Progress Tracking

After completing this step, update task_context.json:

  • Set current_step_id to "review_deep_scan"
  • Set steps.review_deep_scan to "completed"

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.