Skip to content

Content Library

The Content Library provides a centralized repository of vulnerability knowledge and reusable finding templates. Use it to maintain consistency across assessments and accelerate finding documentation.

The Content Library contains two main components:

  1. NEURO Library - Curated vulnerability database
  2. Custom Findings - Your organization’s templates

The NEURO Library is a professionally curated database of common vulnerabilities with:

  • Technical descriptions
  • Impact statements
  • Remediation guidance
  • CVSS scoring
  • References
  1. Navigate to Content LibraryNEURO Library
  2. Browse by category or search
  3. Click a vulnerability to view details
CategoryExamples
InjectionSQL Injection, Command Injection, LDAP Injection
AuthenticationWeak passwords, Missing MFA, Session issues
Access ControlIDOR, Privilege escalation, Missing authorization
CryptographyWeak algorithms, Missing encryption, Certificate issues
ConfigurationDefault credentials, Verbose errors, Missing headers
NetworkOpen ports, Weak protocols, Missing segmentation
Web ApplicationXSS, CSRF, Security headers
MobileInsecure storage, Certificate pinning

Search the library by:

  • Vulnerability name
  • CVE ID
  • CWE ID
  • Keyword
  • Severity level

To use a library entry in your project:

  1. Find the vulnerability
  2. Click Use in Project
  3. Select target project
  4. Customize for your specific finding:
    • Add evidence
    • Specify affected assets
    • Adjust severity if needed
    • Add context-specific details
  5. Save as project finding

Create reusable templates for vulnerabilities specific to your organization.

  • Consistency - Same quality across all assessments
  • Speed - Start from templates, not blank
  • Accuracy - Pre-validated technical content
  • Compliance - Include required fields
  1. Navigate to Content LibraryCustom Findings
  2. Click + New Template
  3. Complete the template form:
FieldDescription
TitleTemplate name
CategoryVulnerability category
Default SeveritySuggested severity
DescriptionGeneric technical description
ImpactStandard impact statement
RemediationFix recommendations
ReferencesHelpful links
TagsOrganizing tags
  1. Click Save Template

Use AI to generate template content:

  1. Click + New Template
  2. Enter the vulnerability title
  3. Click Generate with AI
  4. Review generated content:
    • Technical description
    • Impact
    • Remediation
    • References
  5. Edit as needed
  6. Save template
  1. Click on template
  2. Click Edit
  3. Modify fields
  4. Save changes
  1. Click Clone
  2. Modify the copy
  3. Save as new template
  1. Select template(s)
  2. Click Delete
  3. Confirm deletion

Organize templates by category:

  • Web Application
  • Network
  • Mobile
  • Cloud
  • Physical
  • Social Engineering

Add tags for filtering:

  • OWASP Top 10
  • CIS Controls
  • PCI-DSS
  • Quick Win
  • Custom tags
  1. Open a project’s Findings tab
  2. Click + New FindingFrom Template
  3. Search or browse templates
  4. Select template
  5. Customize for your finding:
    • Add specific evidence
    • Link affected assets
    • Adjust details
  6. Save finding

Do:

  • Use clear, technical language
  • Explain the vulnerability mechanism
  • Include generic examples
  • Reference standards (OWASP, CWE)

Don’t:

  • Include client-specific details
  • Reference specific tools/versions
  • Use overly complex jargon
  • Leave placeholders in final version

Structure remediations clearly:

### Short-term
- Immediate mitigation steps
### Long-term
- Permanent fix recommendations
### Verification
- How to confirm the fix worked

Set appropriate default severities:

SeverityWhen to Use
CriticalDirect RCE, Auth bypass, Data breach
HighSignificant data access, Privilege escalation
MediumLimited data exposure, Requires conditions
LowMinimal impact, Difficult to exploit
InfoBest practice, Hardening recommendation
  1. Click ImportCSV
  2. Download template CSV
  3. Fill in your templates
  4. Upload and map fields
  5. Import templates

Copy findings as templates:

  1. Open a project finding
  2. Click Save as Template
  3. Edit template details
  4. Save to library
  1. Select templates
  2. Click ExportCSV
  3. Download file

Export templates for team sharing:

  1. Select templates
  2. Click ExportPackage
  3. Share the file
  4. Others can import the package

View usage statistics:

  • Most used templates
  • Recently created
  • Template by category
  • Usage trends

Access via Content LibraryStatistics


Next: Learn about the Project Tracker