Install
$ agentstack add skill-encod3d-sec-torch-coverage ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
### 4atable 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)
- For each asset, the untested applicable classes ARE the to-do. Prioritise by impact + the
[gap]/[now] moves from next_move.py (fingerprint-targeted).
- Pull payloads from
wiki/payloads/for each untested class (orSkill(arsenal)). - After testing a class on an asset, add a
### 4arow toApproach.mdwith the class,
the tool/payload, status [x], and the poc/ image (GATE 2). Otherwise the gap recurs.
- 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 apoc/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.
- Author: Encod3d-Sec
- Source: Encod3d-Sec/TORCH
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.