Install
$ agentstack add skill-bcgov-crow-crow-security-review ✓ 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 Review Detection Modules
This skill bundles the detection pattern modules used by the Crow Security & Dependency Review Agent and the Crow Security Remediation Agent to guide manual code analysis for vulnerability classes that SonarQube and similar SAST tools miss (architectural issues, authorization logic, framework misconfigurations, cross-file data flows).
When to use this skill
Load the relevant module(s) below when performing a manual security review or remediating a finding, based on the target repository's tech stack and the vulnerability class in question. Each module documents concrete per-framework patterns (Spring, ASP.NET, Django, Express, Laravel, Rails, FastAPI, React, Vue, Angular, Svelte, etc.).
Bundled modules
Located in modules/:
security-review-template.md— Security review document structure with YAML frontmatter for machine-readable metadata.modules/auth-and-access-control.md— Authorization gaps, IDOR, privilege escalation per framework.modules/framework-security-config.md— Per-framework secure defaults and misconfigurations (CSRF, debug modes, middleware ordering, auto-escaping).modules/data-flow-sinks.md— Cross-file entry-to-sink tracing protocol for SQL injection, command injection, SSRF, and path traversal.modules/secrets-and-credentials.md— Secrets in infrastructure files (Docker, CI/CD, Kubernetes, Terraform, Helm) that source-code scanners miss.modules/deserialization-and-integrity.md— Insecure deserialization per language, gadget chain reachability, unsigned data acceptance, CI/CD integrity.modules/crypto-and-transport.md— Context-appropriate algorithm assessment, key management lifecycle, TLS configuration, certificate validation.modules/api-and-session-security.md— Rate limiting, CORS, cookie flags, JWT implementation flaws, anti-forgery enforcement, HTTP verb constraints.modules/frontend-spa-security.md— React, Vue, Angular, Svelte: client-side XSS vectors, auth bypass, secret exposure via public env vars, SSR data leakage, state management security.
How to use
- Identify the repository's tech stack (languages, frameworks, infra-as-code tooling).
- Read the module(s) that match the vulnerability class or framework under review.
- Apply the documented detection patterns during manual code inspection, cross-referencing findings with what automated scans already caught to avoid duplicate work.
- When remediating, consult the same module(s) to ensure fixes implement the framework-recommended secure pattern rather than an ad hoc one.
The security-review and security-remediation agents load these modules and the bundled security-review-template.md from this skill.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: bcgov
- Source: bcgov/crow
- 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.