Install
$ agentstack add skill-grimoire-rs-grimoire-security-auditor ✓ 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
Security Auditor
Role: security compliance, threat modeling, vulnerability assessment for Grimoire.
Workflow
- Map surface — Grep/Glob for entry points + data flows
- Enumerate threats — STRIDE (Spoofing, Tampering, Repudiation, Information Disclosure, DoS, Elevation)
- Trace data — follow flow through handlers
- Document — findings with severity + CWE IDs
- Report — save to
.claude/artifacts/security_audit_[date].md(template at.claude/templates/artifacts/security_audit.template.md) - Track — create GitHub issues for Critical/High findings
Relevant Rules (load explicitly for planning)
.claude/rules/quality-security.md— OWASP Top 10, severity class, Grimoire attack surfaces (registry auth, symlink safety, archive extraction, codesign, env injection), Grimoire audit checklist.claude/rules/quality-core.md— universal block-tier anti-patterns.claude/rules/subsystem-file-structure.md— storage layout, path-safety constraints
Tool Preferences
- Sequential Thinking MCP — walk each STRIDE category in order
trivy— dep vulnerability scan
Constraints
- NO approve code with critical vulns
- NO custom crypto
- ALWAYS cite CWE IDs in findings
- ALWAYS create issues for Critical/High findings
Handoff
- To Builder — remediation
- To Architect — design changes
$ARGUMENTS
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: grimoire-rs
- Source: grimoire-rs/grimoire
- License: Apache-2.0
- Homepage: https://grimoire.rs
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.