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

Coverage

skill-encod3d-sec-torch-coverage · by Encod3d-Sec

Show per-asset vuln-class coverage gaps for the active engagement so nothing in scope is skipped. Use when asked "coverage", "what haven't we tested", "test gaps", "are we thorough", or before calling an engagement done.

— No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add skill-encod3d-sec-torch-coverage

✓ 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-encod3d-sec-torch-coverage)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 25d 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 Coverage? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Coverage

Systematic thoroughness: which phase items and applicable vuln classes have NOT been done. Coverage now lives in the plan board (targets//Approach.md), not a separate file.

Read the board

cat targets//Approach.md
python3 scripts/next_move.py      # ranks [gap] test moves from the 4a table + findings + Deadends
  • Phase items still [ ] (todo) or [~] (doing) are the open work, in kill-chain order.
  • The ### 4a table is the per-asset coverage matrix: one row per (asset, vuln class); a row

counts as tested when its status cell is [x]/done. Any applicable class with no done row on an in-scope asset is a gap. next_move.py surfaces these as [gap] moves.

Then (model)

  1. For each asset, the untested applicable classes ARE the to-do. Prioritise by impact + the

[gap]/[now] moves from next_move.py (fingerprint-targeted).

  1. Pull payloads from wiki/payloads/ for each untested class (or Skill(arsenal)).
  2. After testing a class on an asset, add a ### 4a row to Approach.md with the class,

the tool/payload, status [x], and the poc/ image (GATE 2). Otherwise the gap recurs.

  1. A phase is done only when every applicable item is [x] or [-] (n/a) or [!] (deadend).

Discipline

  • Respect scope: out-of-scope assets are excluded by next_move.py.
  • "Done" means tested, not necessarily clean - record findings separately as FINDs.
  • Don't mark a row [x] without actually testing it and capturing a poc/ image; this

checklist only helps if honest.

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.