securitytooling

Sample project

Placeholder work entry — delete once real writeups land.

This entry exists to prove the work detail template renders. Delete it, and its sibling sample-teardown.md, when real writeups replace them.

What it was

A short paragraph on the thing itself. Work entries are writeups, so they lead with what was built and what it was for.

What it showed

  • A finding, stated plainly
  • A second finding
  • Something that did not work

Inline code and a block:

def check(target: str) -> bool:
    return target.startswith("https://")

A pull quote, for testing the blockquote rule.