AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Crow Security Review

skill-bcgov-crow-crow-security-review · by bcgov

Provides language- and framework-specific detection pattern modules that guide manual security code review — authorization gaps, framework misconfigurations, cross-file data-flow tracing, secrets in infrastructure files, deserialization risks, crypto/transport issues, API/session security flaws, and frontend SPA security. Use with the Crow Security & Dependency Review Agent or Crow Security Remed…

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-bcgov-crow-crow-security-review

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-bcgov-crow-crow-security-review)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
19d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Crow Security Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Identify the repository's tech stack (languages, frameworks, infra-as-code tooling).
  2. Read the module(s) that match the vulnerability class or framework under review.
  3. Apply the documented detection patterns during manual code inspection, cross-referencing findings with what automated scans already caught to avoid duplicate work.
  4. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.