Best use case

broken-skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Teams using broken-skill should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/invalid-frontmatter/SKILL.md --create-dirs "https://raw.githubusercontent.com/netresearch/composer-agent-skill-plugin/main/tests/Fixtures/invalid-frontmatter/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/invalid-frontmatter/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How broken-skill Compares

Feature / Agentbroken-skillStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

This skill provides specific capabilities for your AI agent. See the About section for full details.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Broken Skill

This skill is missing the required description field in frontmatter.

Related Skills

database-analyzer

5
from netresearch/composer-agent-skill-plugin

Analyze and optimize database schemas and relationships

malformed-skill

5
from netresearch/composer-agent-skill-plugin

This has invalid YAML: unquoted colon value

library-bundled-skill

5
from netresearch/composer-agent-skill-plugin

Skill shipped by a regular library package, not a dedicated skill package

duplicate-skill

5
from netresearch/composer-agent-skill-plugin

Second version of duplicate skill from package B (should win)

collision-skill

5
from netresearch/composer-agent-skill-plugin

Duplicate name fixture B for direct skills tests.

testing-for-broken-access-control

16
from plurigrid/asi

Systematically testing web applications for broken access control vulnerabilities including privilege escalation, missing function-level checks, and insecure direct object references.

testing-api-for-broken-object-level-authorization

16
from plurigrid/asi

Tests REST and GraphQL APIs for Broken Object Level Authorization (BOLA/IDOR) vulnerabilities where an authenticated user can access or modify resources belonging to other users by manipulating object identifiers in API requests. The tester intercepts API calls, identifies object ID parameters (numeric IDs, UUIDs, slugs), and systematically replaces them with IDs belonging to other users to determine if the server enforces per-object authorization. This is OWASP API Security Top 10 2023 risk API1. Activates for requests involving BOLA testing, IDOR in APIs, object-level authorization testing, or API access control bypass.

exploiting-broken-link-hijacking

16
from plurigrid/asi

Discover and exploit broken link hijacking vulnerabilities by identifying references to expired domains, decommissioned cloud resources, and dead external services that can be claimed by an attacker.

exploiting-broken-function-level-authorization

16
from plurigrid/asi

Tests APIs for Broken Function Level Authorization (BFLA) vulnerabilities where regular users can invoke administrative functions or access privileged API endpoints by directly calling them. The tester identifies admin and privileged endpoints, then attempts to access them with regular user credentials by manipulating HTTP methods, URL paths, and request parameters. Maps to OWASP API5:2023 Broken Function Level Authorization. Activates for requests involving BFLA testing, admin endpoint bypass, function-level access control testing, or API privilege escalation.

detecting-broken-object-property-level-authorization

16
from plurigrid/asi

Detect and test for OWASP API3:2023 Broken Object Property Level Authorization vulnerabilities including excessive data exposure and mass assignment attacks.

broken-reference

13
from williamzujkowski/standards

A skill with broken cross-references

testing-for-broken-access-control

9
from killvxk/cybersecurity-skills-zh

系统性测试 Web 应用程序中的访问控制缺陷,包括权限提升、缺失的功能级检查以及不安全的直接对象引用。