.claude/skills/security-reviewRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
Attacker's-eye security review of a diff, branch, or module — walks a fixed vulnerability catalog (missing authz on new endpoints, injection, secrets in code/logs, trusting client-sent identity, SSRF, path traversal, insecure deserialization, mass assignment, broken crypto, unsafe redirects, dependency CVEs) where every finding must name a concrete attack path (attacker does X → gains Y) or be demoted to hardening advice. Never claims "secure", only "nothing found in the classes checked". Use this skill whenever t…
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/security-reviewRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/security-reviewRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/security-reviewRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @dennisrongo/security-reviewclawhub inspect @dennisrongo/security-review --version 1.0.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:b1abf7ed9de48dbf99a916f43c1d3f87d5c5d09e90e5d2536619e65f2ad96537skill-card.mdSKILL.md- Major rewrite: The skill now focuses exclusively on attacker’s-eye security reviews of code diffs, branches, or modules, not external packages. - Scope clarified: Only triggers for explicit security review requests or when changes hit trust boundaries (auth, endpoints, sensitive paths). - Review process strictly catalogs classes of vulnerabilities (authz, injection, secrets, SSRF, path traversal, crypto misuse, dependency CVEs). - Every finding must state a concrete attack path (actor, action, impact) or is demoted to hardening advice. No speculative or padded findings. - Never claims "secure"—only "nothing found in these classes, on this evidence, here’s what wasn’t checked". All coverage/exclusions must be explicit. - Removed prior install-blocking workflow and package-focused review steps in favor of code-change threat modeling.