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

Hpe Copyright

skill-mvilrokx-claude-skills-hpe-copyright · by mvilrokx

>

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

Install

$ agentstack add skill-mvilrokx-claude-skills-hpe-copyright

✓ 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-mvilrokx-claude-skills-hpe-copyright)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo 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 Hpe Copyright? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

HPE Copyright Header Management

Ensure all source files have the required HPE copyright header to pass CI checks.

Copyright Format

Copyright {start_year}-{end_year} Hewlett Packard Enterprise Development LP
  • start_year: Year the file was created
  • end_year: Current year (must be updated annually)
  • Placement: First line of the file, as a comment

Examples by Language

| Language | Copyright Line | |----------|----------------| | Python | # Copyright 2024-2025 Hewlett Packard Enterprise Development LP | | JavaScript/TypeScript | // Copyright 2024-2025 Hewlett Packard Enterprise Development LP | | Go | // Copyright 2024-2025 Hewlett Packard Enterprise Development LP | | SQL | -- Copyright 2024-2025 Hewlett Packard Enterprise Development LP | | HTML/XML | ` | | CSS | / Copyright 2024-2025 Hewlett Packard Enterprise Development LP /` |

Quick Reference

Check all files (dry run)

python scripts/copyright_check.py /path/to/repo --dry-run

Fix all files

python scripts/copyright_check.py /path/to/repo

CI check mode (fails if issues found)

python scripts/copyright_check.py /path/to/repo --check-only

Rules

  1. Missing header: Add Copyright CURRENT_YEAR-CURRENT_YEAR Hewlett Packard Enterprise Development LP
  2. Outdated year: Update only the second year to current year (e.g., 2024-20242024-2025)
  3. Exclusions: Respects both .gitignore and .copyrightignore files (gitignore-style patterns)

Manual Fixes

When manually adding or fixing a copyright header:

  1. Determine the correct comment syntax for the file type
  2. Add as the very first line of the file
  3. Use current year for both years if creating new: Copyright 2025-2025 Hewlett Packard Enterprise Development LP
  4. If updating existing, only change the second year

Supported File Types

The script supports 50+ file extensions including:

  • Hash (#): .py, .sh, .rb, .pl, .r, .jl
  • Double-slash (//): .js, .ts, .jsx, .tsx, .go, .c, .cpp, .java, .kt, .swift, .rs
  • Dash-dash (--): .sql, .lua, .hs
  • Block comments: .html, .xml, .css, .vue

Exclusion Patterns

The script automatically reads patterns from both .gitignore and .copyrightignore in the repo root. Use .copyrightignore for additional exclusions specific to copyright checking:

# Directories
vendor/**
third_party/**

# File types not in .gitignore
*.generated.go

# Specific files
Makefile

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.