Install
$ agentstack add skill-hariharapanigrahy-layerkit-layerkit-inventory-surfaces ✓ 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
layerkit-inventory-surfaces
Before research/source-edit on a multi-language package, list every language or surface the package supports so Layerkit can block PR/handoff until each is updated or explicit residual.
This step is required for heal and full. Domain discover may be skipped on heal; surfaces is never skipped.
Protocol
- Walk the package (source:code): e.g.
**/server/node,server/python,server/ruby,server/php*,server/java,server/go,server/dotnet,server/nextjs, client UIs. - Write session inventory:
{projectDir}/memory/runbooks/surface-inventory.json
{
"schemaVersion": 1,
"package": "org/repo",
"languages": [
{
"id": "node",
"roots": ["fixed-price-subscriptions/server/node"],
"status": "pending"
},
{
"id": "python",
"roots": ["fixed-price-subscriptions/server/python"],
"status": "pending"
}
],
"notes": "Inventoried from package layout; source:code"
}
- Put the same JSON (or a pointer + summary) in mark-done
--evidence. - Later, during source-edit, update each language:
"status": "updated"+"paths": ["…/server.js"]when production files for that language were changed, or"status": "residual"+"residual": "why not changed (SDK gap, out of scope, …)"
- Layerkit rejects source-edit complete / handoff while any language is still
pending.
Forbidden
- Listing only one language when the package clearly has more (freestyle single-lang heal)
- Marking
updatedwithout real paths - Marking
residualwithout a concrete residual reason - Skipping this step on heal
Success
- [ ]
surface-inventory.jsonexists with ≥1 language and non-emptyroots[] - [ ] Evidence cites package layout (source:code)
- [ ] Agent understands that multi-lang completeness is enforced before PR
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: hariharapanigrahy
- Source: hariharapanigrahy/layerkit
- 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.