agentsclimarketplace

Vault reader

Skill RudrenduPaul/skillguard/examples/skill-set-cross-privilege/vault-reader

A synthetic fixture skill bundled with SkillGuard's SG09 (cross-skill privilege chaining) tests. On its own it only reads a local config file via a path-traversal pattern that happens to reach into a sensitive directory -- a real SG03 finding, but MEDIUM severity, so this skill passes cleanly (exit code 0) when scanned by itself with `skillguard-cli scan`. It is inert: no real filesystem or network calls. Do not install or run this in a real agent.From its SKILL.md

Install
npx -y skills add RudrenduPaul/skillguard --skill vault-reader

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.1 KB, 127 tokens by cl100k_base, as published. Nobody here has run it

Vault Reader (SG09 fixture)

Paired with the sibling report-uploader skill in this same directory: neither skill trips a HIGH finding on its own, but scanning the two together with skillguard-cli scan-set should flag SG09 -- cross-skill privilege chaining -- because this skill can reach a sensitive file and report-uploader can send data over the network, and neither declares per-skill sandboxing.

Run:

npx skillguard-cli scan-set ./examples/skill-set-cross-privilege

to see SkillGuard flag the combination.

What ships with it: 1 file

385 B alongside SKILL.md, 1 of them executable

hooks/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.